@venusprotocol/isolated-pools 2.3.0-dev.6 → 2.3.0-dev.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/deployments/bscmainnet.json +0 -1868
- package/deployments/bscmainnet_addresses.json +1 -4
- package/deployments/bsctestnet.json +0 -140708
- package/deployments/bsctestnet_addresses.json +1 -135
- package/deployments/sepolia.json +1 -4789
- package/deployments/sepolia_addresses.json +2 -15
- package/dist/hardhat.config.js +20 -13
- package/package.json +1 -1
|
@@ -46529,1874 +46529,6 @@
|
|
|
46529
46529
|
"type": "receive"
|
|
46530
46530
|
}
|
|
46531
46531
|
]
|
|
46532
|
-
},
|
|
46533
|
-
"ProtocolShareReserve": {
|
|
46534
|
-
"address": "0xCa01D5A9A248a830E9D93231e791B1afFed7c446",
|
|
46535
|
-
"abi": [
|
|
46536
|
-
{
|
|
46537
|
-
"anonymous": false,
|
|
46538
|
-
"inputs": [
|
|
46539
|
-
{
|
|
46540
|
-
"indexed": false,
|
|
46541
|
-
"internalType": "address",
|
|
46542
|
-
"name": "previousAdmin",
|
|
46543
|
-
"type": "address"
|
|
46544
|
-
},
|
|
46545
|
-
{
|
|
46546
|
-
"indexed": false,
|
|
46547
|
-
"internalType": "address",
|
|
46548
|
-
"name": "newAdmin",
|
|
46549
|
-
"type": "address"
|
|
46550
|
-
}
|
|
46551
|
-
],
|
|
46552
|
-
"name": "AdminChanged",
|
|
46553
|
-
"type": "event"
|
|
46554
|
-
},
|
|
46555
|
-
{
|
|
46556
|
-
"anonymous": false,
|
|
46557
|
-
"inputs": [
|
|
46558
|
-
{
|
|
46559
|
-
"indexed": true,
|
|
46560
|
-
"internalType": "address",
|
|
46561
|
-
"name": "beacon",
|
|
46562
|
-
"type": "address"
|
|
46563
|
-
}
|
|
46564
|
-
],
|
|
46565
|
-
"name": "BeaconUpgraded",
|
|
46566
|
-
"type": "event"
|
|
46567
|
-
},
|
|
46568
|
-
{
|
|
46569
|
-
"anonymous": false,
|
|
46570
|
-
"inputs": [
|
|
46571
|
-
{
|
|
46572
|
-
"indexed": true,
|
|
46573
|
-
"internalType": "address",
|
|
46574
|
-
"name": "implementation",
|
|
46575
|
-
"type": "address"
|
|
46576
|
-
}
|
|
46577
|
-
],
|
|
46578
|
-
"name": "Upgraded",
|
|
46579
|
-
"type": "event"
|
|
46580
|
-
},
|
|
46581
|
-
{
|
|
46582
|
-
"stateMutability": "payable",
|
|
46583
|
-
"type": "fallback"
|
|
46584
|
-
},
|
|
46585
|
-
{
|
|
46586
|
-
"inputs": [],
|
|
46587
|
-
"name": "admin",
|
|
46588
|
-
"outputs": [
|
|
46589
|
-
{
|
|
46590
|
-
"internalType": "address",
|
|
46591
|
-
"name": "admin_",
|
|
46592
|
-
"type": "address"
|
|
46593
|
-
}
|
|
46594
|
-
],
|
|
46595
|
-
"stateMutability": "nonpayable",
|
|
46596
|
-
"type": "function"
|
|
46597
|
-
},
|
|
46598
|
-
{
|
|
46599
|
-
"inputs": [
|
|
46600
|
-
{
|
|
46601
|
-
"internalType": "address",
|
|
46602
|
-
"name": "newAdmin",
|
|
46603
|
-
"type": "address"
|
|
46604
|
-
}
|
|
46605
|
-
],
|
|
46606
|
-
"name": "changeAdmin",
|
|
46607
|
-
"outputs": [],
|
|
46608
|
-
"stateMutability": "nonpayable",
|
|
46609
|
-
"type": "function"
|
|
46610
|
-
},
|
|
46611
|
-
{
|
|
46612
|
-
"inputs": [],
|
|
46613
|
-
"name": "implementation",
|
|
46614
|
-
"outputs": [
|
|
46615
|
-
{
|
|
46616
|
-
"internalType": "address",
|
|
46617
|
-
"name": "implementation_",
|
|
46618
|
-
"type": "address"
|
|
46619
|
-
}
|
|
46620
|
-
],
|
|
46621
|
-
"stateMutability": "nonpayable",
|
|
46622
|
-
"type": "function"
|
|
46623
|
-
},
|
|
46624
|
-
{
|
|
46625
|
-
"inputs": [
|
|
46626
|
-
{
|
|
46627
|
-
"internalType": "address",
|
|
46628
|
-
"name": "newImplementation",
|
|
46629
|
-
"type": "address"
|
|
46630
|
-
}
|
|
46631
|
-
],
|
|
46632
|
-
"name": "upgradeTo",
|
|
46633
|
-
"outputs": [],
|
|
46634
|
-
"stateMutability": "nonpayable",
|
|
46635
|
-
"type": "function"
|
|
46636
|
-
},
|
|
46637
|
-
{
|
|
46638
|
-
"inputs": [
|
|
46639
|
-
{
|
|
46640
|
-
"internalType": "address",
|
|
46641
|
-
"name": "newImplementation",
|
|
46642
|
-
"type": "address"
|
|
46643
|
-
},
|
|
46644
|
-
{
|
|
46645
|
-
"internalType": "bytes",
|
|
46646
|
-
"name": "data",
|
|
46647
|
-
"type": "bytes"
|
|
46648
|
-
}
|
|
46649
|
-
],
|
|
46650
|
-
"name": "upgradeToAndCall",
|
|
46651
|
-
"outputs": [],
|
|
46652
|
-
"stateMutability": "payable",
|
|
46653
|
-
"type": "function"
|
|
46654
|
-
},
|
|
46655
|
-
{
|
|
46656
|
-
"stateMutability": "payable",
|
|
46657
|
-
"type": "receive"
|
|
46658
|
-
},
|
|
46659
|
-
{
|
|
46660
|
-
"inputs": [],
|
|
46661
|
-
"name": "InvalidAddress",
|
|
46662
|
-
"type": "error"
|
|
46663
|
-
},
|
|
46664
|
-
{
|
|
46665
|
-
"inputs": [],
|
|
46666
|
-
"name": "InvalidTotalPercentage",
|
|
46667
|
-
"type": "error"
|
|
46668
|
-
},
|
|
46669
|
-
{
|
|
46670
|
-
"inputs": [
|
|
46671
|
-
{
|
|
46672
|
-
"internalType": "uint256",
|
|
46673
|
-
"name": "loopsLimit",
|
|
46674
|
-
"type": "uint256"
|
|
46675
|
-
},
|
|
46676
|
-
{
|
|
46677
|
-
"internalType": "uint256",
|
|
46678
|
-
"name": "requiredLoops",
|
|
46679
|
-
"type": "uint256"
|
|
46680
|
-
}
|
|
46681
|
-
],
|
|
46682
|
-
"name": "MaxLoopsLimitExceeded",
|
|
46683
|
-
"type": "error"
|
|
46684
|
-
},
|
|
46685
|
-
{
|
|
46686
|
-
"inputs": [
|
|
46687
|
-
{
|
|
46688
|
-
"internalType": "address",
|
|
46689
|
-
"name": "sender",
|
|
46690
|
-
"type": "address"
|
|
46691
|
-
},
|
|
46692
|
-
{
|
|
46693
|
-
"internalType": "address",
|
|
46694
|
-
"name": "calledContract",
|
|
46695
|
-
"type": "address"
|
|
46696
|
-
},
|
|
46697
|
-
{
|
|
46698
|
-
"internalType": "string",
|
|
46699
|
-
"name": "methodSignature",
|
|
46700
|
-
"type": "string"
|
|
46701
|
-
}
|
|
46702
|
-
],
|
|
46703
|
-
"name": "Unauthorized",
|
|
46704
|
-
"type": "error"
|
|
46705
|
-
},
|
|
46706
|
-
{
|
|
46707
|
-
"anonymous": false,
|
|
46708
|
-
"inputs": [
|
|
46709
|
-
{
|
|
46710
|
-
"indexed": true,
|
|
46711
|
-
"internalType": "address",
|
|
46712
|
-
"name": "destination",
|
|
46713
|
-
"type": "address"
|
|
46714
|
-
},
|
|
46715
|
-
{
|
|
46716
|
-
"indexed": true,
|
|
46717
|
-
"internalType": "address",
|
|
46718
|
-
"name": "asset",
|
|
46719
|
-
"type": "address"
|
|
46720
|
-
},
|
|
46721
|
-
{
|
|
46722
|
-
"indexed": false,
|
|
46723
|
-
"internalType": "enum ProtocolShareReserve.Schema",
|
|
46724
|
-
"name": "schema",
|
|
46725
|
-
"type": "uint8"
|
|
46726
|
-
},
|
|
46727
|
-
{
|
|
46728
|
-
"indexed": false,
|
|
46729
|
-
"internalType": "uint256",
|
|
46730
|
-
"name": "percent",
|
|
46731
|
-
"type": "uint256"
|
|
46732
|
-
},
|
|
46733
|
-
{
|
|
46734
|
-
"indexed": false,
|
|
46735
|
-
"internalType": "uint256",
|
|
46736
|
-
"name": "amount",
|
|
46737
|
-
"type": "uint256"
|
|
46738
|
-
}
|
|
46739
|
-
],
|
|
46740
|
-
"name": "AssetReleased",
|
|
46741
|
-
"type": "event"
|
|
46742
|
-
},
|
|
46743
|
-
{
|
|
46744
|
-
"anonymous": false,
|
|
46745
|
-
"inputs": [
|
|
46746
|
-
{
|
|
46747
|
-
"indexed": true,
|
|
46748
|
-
"internalType": "address",
|
|
46749
|
-
"name": "comptroller",
|
|
46750
|
-
"type": "address"
|
|
46751
|
-
},
|
|
46752
|
-
{
|
|
46753
|
-
"indexed": true,
|
|
46754
|
-
"internalType": "address",
|
|
46755
|
-
"name": "asset",
|
|
46756
|
-
"type": "address"
|
|
46757
|
-
},
|
|
46758
|
-
{
|
|
46759
|
-
"indexed": false,
|
|
46760
|
-
"internalType": "uint256",
|
|
46761
|
-
"name": "amount",
|
|
46762
|
-
"type": "uint256"
|
|
46763
|
-
},
|
|
46764
|
-
{
|
|
46765
|
-
"indexed": false,
|
|
46766
|
-
"internalType": "enum IProtocolShareReserve.IncomeType",
|
|
46767
|
-
"name": "incomeType",
|
|
46768
|
-
"type": "uint8"
|
|
46769
|
-
},
|
|
46770
|
-
{
|
|
46771
|
-
"indexed": false,
|
|
46772
|
-
"internalType": "enum ProtocolShareReserve.Schema",
|
|
46773
|
-
"name": "schema",
|
|
46774
|
-
"type": "uint8"
|
|
46775
|
-
}
|
|
46776
|
-
],
|
|
46777
|
-
"name": "AssetsReservesUpdated",
|
|
46778
|
-
"type": "event"
|
|
46779
|
-
},
|
|
46780
|
-
{
|
|
46781
|
-
"anonymous": false,
|
|
46782
|
-
"inputs": [
|
|
46783
|
-
{
|
|
46784
|
-
"indexed": true,
|
|
46785
|
-
"internalType": "address",
|
|
46786
|
-
"name": "destination",
|
|
46787
|
-
"type": "address"
|
|
46788
|
-
},
|
|
46789
|
-
{
|
|
46790
|
-
"indexed": false,
|
|
46791
|
-
"internalType": "uint8",
|
|
46792
|
-
"name": "percentage",
|
|
46793
|
-
"type": "uint8"
|
|
46794
|
-
},
|
|
46795
|
-
{
|
|
46796
|
-
"indexed": false,
|
|
46797
|
-
"internalType": "enum ProtocolShareReserve.Schema",
|
|
46798
|
-
"name": "schema",
|
|
46799
|
-
"type": "uint8"
|
|
46800
|
-
}
|
|
46801
|
-
],
|
|
46802
|
-
"name": "DistributionConfigAdded",
|
|
46803
|
-
"type": "event"
|
|
46804
|
-
},
|
|
46805
|
-
{
|
|
46806
|
-
"anonymous": false,
|
|
46807
|
-
"inputs": [
|
|
46808
|
-
{
|
|
46809
|
-
"indexed": true,
|
|
46810
|
-
"internalType": "address",
|
|
46811
|
-
"name": "destination",
|
|
46812
|
-
"type": "address"
|
|
46813
|
-
},
|
|
46814
|
-
{
|
|
46815
|
-
"indexed": false,
|
|
46816
|
-
"internalType": "uint8",
|
|
46817
|
-
"name": "percentage",
|
|
46818
|
-
"type": "uint8"
|
|
46819
|
-
},
|
|
46820
|
-
{
|
|
46821
|
-
"indexed": false,
|
|
46822
|
-
"internalType": "enum ProtocolShareReserve.Schema",
|
|
46823
|
-
"name": "schema",
|
|
46824
|
-
"type": "uint8"
|
|
46825
|
-
}
|
|
46826
|
-
],
|
|
46827
|
-
"name": "DistributionConfigRemoved",
|
|
46828
|
-
"type": "event"
|
|
46829
|
-
},
|
|
46830
|
-
{
|
|
46831
|
-
"anonymous": false,
|
|
46832
|
-
"inputs": [
|
|
46833
|
-
{
|
|
46834
|
-
"indexed": true,
|
|
46835
|
-
"internalType": "address",
|
|
46836
|
-
"name": "destination",
|
|
46837
|
-
"type": "address"
|
|
46838
|
-
},
|
|
46839
|
-
{
|
|
46840
|
-
"indexed": false,
|
|
46841
|
-
"internalType": "uint8",
|
|
46842
|
-
"name": "oldPercentage",
|
|
46843
|
-
"type": "uint8"
|
|
46844
|
-
},
|
|
46845
|
-
{
|
|
46846
|
-
"indexed": false,
|
|
46847
|
-
"internalType": "uint8",
|
|
46848
|
-
"name": "newPercentage",
|
|
46849
|
-
"type": "uint8"
|
|
46850
|
-
},
|
|
46851
|
-
{
|
|
46852
|
-
"indexed": false,
|
|
46853
|
-
"internalType": "enum ProtocolShareReserve.Schema",
|
|
46854
|
-
"name": "schema",
|
|
46855
|
-
"type": "uint8"
|
|
46856
|
-
}
|
|
46857
|
-
],
|
|
46858
|
-
"name": "DistributionConfigUpdated",
|
|
46859
|
-
"type": "event"
|
|
46860
|
-
},
|
|
46861
|
-
{
|
|
46862
|
-
"anonymous": false,
|
|
46863
|
-
"inputs": [
|
|
46864
|
-
{
|
|
46865
|
-
"indexed": false,
|
|
46866
|
-
"internalType": "uint8",
|
|
46867
|
-
"name": "version",
|
|
46868
|
-
"type": "uint8"
|
|
46869
|
-
}
|
|
46870
|
-
],
|
|
46871
|
-
"name": "Initialized",
|
|
46872
|
-
"type": "event"
|
|
46873
|
-
},
|
|
46874
|
-
{
|
|
46875
|
-
"anonymous": false,
|
|
46876
|
-
"inputs": [
|
|
46877
|
-
{
|
|
46878
|
-
"indexed": false,
|
|
46879
|
-
"internalType": "uint256",
|
|
46880
|
-
"name": "oldMaxLoopsLimit",
|
|
46881
|
-
"type": "uint256"
|
|
46882
|
-
},
|
|
46883
|
-
{
|
|
46884
|
-
"indexed": false,
|
|
46885
|
-
"internalType": "uint256",
|
|
46886
|
-
"name": "newmaxLoopsLimit",
|
|
46887
|
-
"type": "uint256"
|
|
46888
|
-
}
|
|
46889
|
-
],
|
|
46890
|
-
"name": "MaxLoopsLimitUpdated",
|
|
46891
|
-
"type": "event"
|
|
46892
|
-
},
|
|
46893
|
-
{
|
|
46894
|
-
"anonymous": false,
|
|
46895
|
-
"inputs": [
|
|
46896
|
-
{
|
|
46897
|
-
"indexed": false,
|
|
46898
|
-
"internalType": "address",
|
|
46899
|
-
"name": "oldAccessControlManager",
|
|
46900
|
-
"type": "address"
|
|
46901
|
-
},
|
|
46902
|
-
{
|
|
46903
|
-
"indexed": false,
|
|
46904
|
-
"internalType": "address",
|
|
46905
|
-
"name": "newAccessControlManager",
|
|
46906
|
-
"type": "address"
|
|
46907
|
-
}
|
|
46908
|
-
],
|
|
46909
|
-
"name": "NewAccessControlManager",
|
|
46910
|
-
"type": "event"
|
|
46911
|
-
},
|
|
46912
|
-
{
|
|
46913
|
-
"anonymous": false,
|
|
46914
|
-
"inputs": [
|
|
46915
|
-
{
|
|
46916
|
-
"indexed": true,
|
|
46917
|
-
"internalType": "address",
|
|
46918
|
-
"name": "previousOwner",
|
|
46919
|
-
"type": "address"
|
|
46920
|
-
},
|
|
46921
|
-
{
|
|
46922
|
-
"indexed": true,
|
|
46923
|
-
"internalType": "address",
|
|
46924
|
-
"name": "newOwner",
|
|
46925
|
-
"type": "address"
|
|
46926
|
-
}
|
|
46927
|
-
],
|
|
46928
|
-
"name": "OwnershipTransferStarted",
|
|
46929
|
-
"type": "event"
|
|
46930
|
-
},
|
|
46931
|
-
{
|
|
46932
|
-
"anonymous": false,
|
|
46933
|
-
"inputs": [
|
|
46934
|
-
{
|
|
46935
|
-
"indexed": true,
|
|
46936
|
-
"internalType": "address",
|
|
46937
|
-
"name": "previousOwner",
|
|
46938
|
-
"type": "address"
|
|
46939
|
-
},
|
|
46940
|
-
{
|
|
46941
|
-
"indexed": true,
|
|
46942
|
-
"internalType": "address",
|
|
46943
|
-
"name": "newOwner",
|
|
46944
|
-
"type": "address"
|
|
46945
|
-
}
|
|
46946
|
-
],
|
|
46947
|
-
"name": "OwnershipTransferred",
|
|
46948
|
-
"type": "event"
|
|
46949
|
-
},
|
|
46950
|
-
{
|
|
46951
|
-
"anonymous": false,
|
|
46952
|
-
"inputs": [
|
|
46953
|
-
{
|
|
46954
|
-
"indexed": true,
|
|
46955
|
-
"internalType": "address",
|
|
46956
|
-
"name": "oldPoolRegistry",
|
|
46957
|
-
"type": "address"
|
|
46958
|
-
},
|
|
46959
|
-
{
|
|
46960
|
-
"indexed": true,
|
|
46961
|
-
"internalType": "address",
|
|
46962
|
-
"name": "newPoolRegistry",
|
|
46963
|
-
"type": "address"
|
|
46964
|
-
}
|
|
46965
|
-
],
|
|
46966
|
-
"name": "PoolRegistryUpdated",
|
|
46967
|
-
"type": "event"
|
|
46968
|
-
},
|
|
46969
|
-
{
|
|
46970
|
-
"anonymous": false,
|
|
46971
|
-
"inputs": [
|
|
46972
|
-
{
|
|
46973
|
-
"indexed": true,
|
|
46974
|
-
"internalType": "address",
|
|
46975
|
-
"name": "comptroller",
|
|
46976
|
-
"type": "address"
|
|
46977
|
-
},
|
|
46978
|
-
{
|
|
46979
|
-
"indexed": true,
|
|
46980
|
-
"internalType": "address",
|
|
46981
|
-
"name": "asset",
|
|
46982
|
-
"type": "address"
|
|
46983
|
-
},
|
|
46984
|
-
{
|
|
46985
|
-
"indexed": false,
|
|
46986
|
-
"internalType": "enum ProtocolShareReserve.Schema",
|
|
46987
|
-
"name": "schema",
|
|
46988
|
-
"type": "uint8"
|
|
46989
|
-
},
|
|
46990
|
-
{
|
|
46991
|
-
"indexed": false,
|
|
46992
|
-
"internalType": "uint256",
|
|
46993
|
-
"name": "oldBalance",
|
|
46994
|
-
"type": "uint256"
|
|
46995
|
-
},
|
|
46996
|
-
{
|
|
46997
|
-
"indexed": false,
|
|
46998
|
-
"internalType": "uint256",
|
|
46999
|
-
"name": "newBalance",
|
|
47000
|
-
"type": "uint256"
|
|
47001
|
-
}
|
|
47002
|
-
],
|
|
47003
|
-
"name": "ReservesUpdated",
|
|
47004
|
-
"type": "event"
|
|
47005
|
-
},
|
|
47006
|
-
{
|
|
47007
|
-
"inputs": [],
|
|
47008
|
-
"name": "CORE_POOL_COMPTROLLER",
|
|
47009
|
-
"outputs": [
|
|
47010
|
-
{
|
|
47011
|
-
"internalType": "address",
|
|
47012
|
-
"name": "",
|
|
47013
|
-
"type": "address"
|
|
47014
|
-
}
|
|
47015
|
-
],
|
|
47016
|
-
"stateMutability": "view",
|
|
47017
|
-
"type": "function"
|
|
47018
|
-
},
|
|
47019
|
-
{
|
|
47020
|
-
"inputs": [],
|
|
47021
|
-
"name": "MAX_PERCENT",
|
|
47022
|
-
"outputs": [
|
|
47023
|
-
{
|
|
47024
|
-
"internalType": "uint8",
|
|
47025
|
-
"name": "",
|
|
47026
|
-
"type": "uint8"
|
|
47027
|
-
}
|
|
47028
|
-
],
|
|
47029
|
-
"stateMutability": "view",
|
|
47030
|
-
"type": "function"
|
|
47031
|
-
},
|
|
47032
|
-
{
|
|
47033
|
-
"inputs": [],
|
|
47034
|
-
"name": "WBNB",
|
|
47035
|
-
"outputs": [
|
|
47036
|
-
{
|
|
47037
|
-
"internalType": "address",
|
|
47038
|
-
"name": "",
|
|
47039
|
-
"type": "address"
|
|
47040
|
-
}
|
|
47041
|
-
],
|
|
47042
|
-
"stateMutability": "view",
|
|
47043
|
-
"type": "function"
|
|
47044
|
-
},
|
|
47045
|
-
{
|
|
47046
|
-
"inputs": [],
|
|
47047
|
-
"name": "acceptOwnership",
|
|
47048
|
-
"outputs": [],
|
|
47049
|
-
"stateMutability": "nonpayable",
|
|
47050
|
-
"type": "function"
|
|
47051
|
-
},
|
|
47052
|
-
{
|
|
47053
|
-
"inputs": [],
|
|
47054
|
-
"name": "accessControlManager",
|
|
47055
|
-
"outputs": [
|
|
47056
|
-
{
|
|
47057
|
-
"internalType": "contract IAccessControlManagerV8",
|
|
47058
|
-
"name": "",
|
|
47059
|
-
"type": "address"
|
|
47060
|
-
}
|
|
47061
|
-
],
|
|
47062
|
-
"stateMutability": "view",
|
|
47063
|
-
"type": "function"
|
|
47064
|
-
},
|
|
47065
|
-
{
|
|
47066
|
-
"inputs": [
|
|
47067
|
-
{
|
|
47068
|
-
"components": [
|
|
47069
|
-
{
|
|
47070
|
-
"internalType": "enum ProtocolShareReserve.Schema",
|
|
47071
|
-
"name": "schema",
|
|
47072
|
-
"type": "uint8"
|
|
47073
|
-
},
|
|
47074
|
-
{
|
|
47075
|
-
"internalType": "uint8",
|
|
47076
|
-
"name": "percentage",
|
|
47077
|
-
"type": "uint8"
|
|
47078
|
-
},
|
|
47079
|
-
{
|
|
47080
|
-
"internalType": "address",
|
|
47081
|
-
"name": "destination",
|
|
47082
|
-
"type": "address"
|
|
47083
|
-
}
|
|
47084
|
-
],
|
|
47085
|
-
"internalType": "struct ProtocolShareReserve.DistributionConfig[]",
|
|
47086
|
-
"name": "configs",
|
|
47087
|
-
"type": "tuple[]"
|
|
47088
|
-
}
|
|
47089
|
-
],
|
|
47090
|
-
"name": "addOrUpdateDistributionConfigs",
|
|
47091
|
-
"outputs": [],
|
|
47092
|
-
"stateMutability": "nonpayable",
|
|
47093
|
-
"type": "function"
|
|
47094
|
-
},
|
|
47095
|
-
{
|
|
47096
|
-
"inputs": [
|
|
47097
|
-
{
|
|
47098
|
-
"internalType": "address",
|
|
47099
|
-
"name": "",
|
|
47100
|
-
"type": "address"
|
|
47101
|
-
},
|
|
47102
|
-
{
|
|
47103
|
-
"internalType": "address",
|
|
47104
|
-
"name": "",
|
|
47105
|
-
"type": "address"
|
|
47106
|
-
},
|
|
47107
|
-
{
|
|
47108
|
-
"internalType": "enum ProtocolShareReserve.Schema",
|
|
47109
|
-
"name": "",
|
|
47110
|
-
"type": "uint8"
|
|
47111
|
-
}
|
|
47112
|
-
],
|
|
47113
|
-
"name": "assetsReserves",
|
|
47114
|
-
"outputs": [
|
|
47115
|
-
{
|
|
47116
|
-
"internalType": "uint256",
|
|
47117
|
-
"name": "",
|
|
47118
|
-
"type": "uint256"
|
|
47119
|
-
}
|
|
47120
|
-
],
|
|
47121
|
-
"stateMutability": "view",
|
|
47122
|
-
"type": "function"
|
|
47123
|
-
},
|
|
47124
|
-
{
|
|
47125
|
-
"inputs": [
|
|
47126
|
-
{
|
|
47127
|
-
"internalType": "uint256",
|
|
47128
|
-
"name": "",
|
|
47129
|
-
"type": "uint256"
|
|
47130
|
-
}
|
|
47131
|
-
],
|
|
47132
|
-
"name": "distributionTargets",
|
|
47133
|
-
"outputs": [
|
|
47134
|
-
{
|
|
47135
|
-
"internalType": "enum ProtocolShareReserve.Schema",
|
|
47136
|
-
"name": "schema",
|
|
47137
|
-
"type": "uint8"
|
|
47138
|
-
},
|
|
47139
|
-
{
|
|
47140
|
-
"internalType": "uint8",
|
|
47141
|
-
"name": "percentage",
|
|
47142
|
-
"type": "uint8"
|
|
47143
|
-
},
|
|
47144
|
-
{
|
|
47145
|
-
"internalType": "address",
|
|
47146
|
-
"name": "destination",
|
|
47147
|
-
"type": "address"
|
|
47148
|
-
}
|
|
47149
|
-
],
|
|
47150
|
-
"stateMutability": "view",
|
|
47151
|
-
"type": "function"
|
|
47152
|
-
},
|
|
47153
|
-
{
|
|
47154
|
-
"inputs": [
|
|
47155
|
-
{
|
|
47156
|
-
"internalType": "address",
|
|
47157
|
-
"name": "destination",
|
|
47158
|
-
"type": "address"
|
|
47159
|
-
},
|
|
47160
|
-
{
|
|
47161
|
-
"internalType": "enum ProtocolShareReserve.Schema",
|
|
47162
|
-
"name": "schema",
|
|
47163
|
-
"type": "uint8"
|
|
47164
|
-
}
|
|
47165
|
-
],
|
|
47166
|
-
"name": "getPercentageDistribution",
|
|
47167
|
-
"outputs": [
|
|
47168
|
-
{
|
|
47169
|
-
"internalType": "uint256",
|
|
47170
|
-
"name": "",
|
|
47171
|
-
"type": "uint256"
|
|
47172
|
-
}
|
|
47173
|
-
],
|
|
47174
|
-
"stateMutability": "view",
|
|
47175
|
-
"type": "function"
|
|
47176
|
-
},
|
|
47177
|
-
{
|
|
47178
|
-
"inputs": [
|
|
47179
|
-
{
|
|
47180
|
-
"internalType": "address",
|
|
47181
|
-
"name": "comptroller",
|
|
47182
|
-
"type": "address"
|
|
47183
|
-
},
|
|
47184
|
-
{
|
|
47185
|
-
"internalType": "enum ProtocolShareReserve.Schema",
|
|
47186
|
-
"name": "schema",
|
|
47187
|
-
"type": "uint8"
|
|
47188
|
-
},
|
|
47189
|
-
{
|
|
47190
|
-
"internalType": "address",
|
|
47191
|
-
"name": "destination",
|
|
47192
|
-
"type": "address"
|
|
47193
|
-
},
|
|
47194
|
-
{
|
|
47195
|
-
"internalType": "address",
|
|
47196
|
-
"name": "asset",
|
|
47197
|
-
"type": "address"
|
|
47198
|
-
}
|
|
47199
|
-
],
|
|
47200
|
-
"name": "getUnreleasedFunds",
|
|
47201
|
-
"outputs": [
|
|
47202
|
-
{
|
|
47203
|
-
"internalType": "uint256",
|
|
47204
|
-
"name": "",
|
|
47205
|
-
"type": "uint256"
|
|
47206
|
-
}
|
|
47207
|
-
],
|
|
47208
|
-
"stateMutability": "view",
|
|
47209
|
-
"type": "function"
|
|
47210
|
-
},
|
|
47211
|
-
{
|
|
47212
|
-
"inputs": [
|
|
47213
|
-
{
|
|
47214
|
-
"internalType": "address",
|
|
47215
|
-
"name": "_accessControlManager",
|
|
47216
|
-
"type": "address"
|
|
47217
|
-
},
|
|
47218
|
-
{
|
|
47219
|
-
"internalType": "uint256",
|
|
47220
|
-
"name": "_loopsLimit",
|
|
47221
|
-
"type": "uint256"
|
|
47222
|
-
}
|
|
47223
|
-
],
|
|
47224
|
-
"name": "initialize",
|
|
47225
|
-
"outputs": [],
|
|
47226
|
-
"stateMutability": "nonpayable",
|
|
47227
|
-
"type": "function"
|
|
47228
|
-
},
|
|
47229
|
-
{
|
|
47230
|
-
"inputs": [],
|
|
47231
|
-
"name": "maxLoopsLimit",
|
|
47232
|
-
"outputs": [
|
|
47233
|
-
{
|
|
47234
|
-
"internalType": "uint256",
|
|
47235
|
-
"name": "",
|
|
47236
|
-
"type": "uint256"
|
|
47237
|
-
}
|
|
47238
|
-
],
|
|
47239
|
-
"stateMutability": "view",
|
|
47240
|
-
"type": "function"
|
|
47241
|
-
},
|
|
47242
|
-
{
|
|
47243
|
-
"inputs": [],
|
|
47244
|
-
"name": "owner",
|
|
47245
|
-
"outputs": [
|
|
47246
|
-
{
|
|
47247
|
-
"internalType": "address",
|
|
47248
|
-
"name": "",
|
|
47249
|
-
"type": "address"
|
|
47250
|
-
}
|
|
47251
|
-
],
|
|
47252
|
-
"stateMutability": "view",
|
|
47253
|
-
"type": "function"
|
|
47254
|
-
},
|
|
47255
|
-
{
|
|
47256
|
-
"inputs": [],
|
|
47257
|
-
"name": "pendingOwner",
|
|
47258
|
-
"outputs": [
|
|
47259
|
-
{
|
|
47260
|
-
"internalType": "address",
|
|
47261
|
-
"name": "",
|
|
47262
|
-
"type": "address"
|
|
47263
|
-
}
|
|
47264
|
-
],
|
|
47265
|
-
"stateMutability": "view",
|
|
47266
|
-
"type": "function"
|
|
47267
|
-
},
|
|
47268
|
-
{
|
|
47269
|
-
"inputs": [],
|
|
47270
|
-
"name": "poolRegistry",
|
|
47271
|
-
"outputs": [
|
|
47272
|
-
{
|
|
47273
|
-
"internalType": "address",
|
|
47274
|
-
"name": "",
|
|
47275
|
-
"type": "address"
|
|
47276
|
-
}
|
|
47277
|
-
],
|
|
47278
|
-
"stateMutability": "view",
|
|
47279
|
-
"type": "function"
|
|
47280
|
-
},
|
|
47281
|
-
{
|
|
47282
|
-
"inputs": [
|
|
47283
|
-
{
|
|
47284
|
-
"internalType": "address",
|
|
47285
|
-
"name": "comptroller",
|
|
47286
|
-
"type": "address"
|
|
47287
|
-
},
|
|
47288
|
-
{
|
|
47289
|
-
"internalType": "address[]",
|
|
47290
|
-
"name": "assets",
|
|
47291
|
-
"type": "address[]"
|
|
47292
|
-
}
|
|
47293
|
-
],
|
|
47294
|
-
"name": "releaseFunds",
|
|
47295
|
-
"outputs": [],
|
|
47296
|
-
"stateMutability": "nonpayable",
|
|
47297
|
-
"type": "function"
|
|
47298
|
-
},
|
|
47299
|
-
{
|
|
47300
|
-
"inputs": [
|
|
47301
|
-
{
|
|
47302
|
-
"internalType": "enum ProtocolShareReserve.Schema",
|
|
47303
|
-
"name": "schema",
|
|
47304
|
-
"type": "uint8"
|
|
47305
|
-
},
|
|
47306
|
-
{
|
|
47307
|
-
"internalType": "address",
|
|
47308
|
-
"name": "destination",
|
|
47309
|
-
"type": "address"
|
|
47310
|
-
}
|
|
47311
|
-
],
|
|
47312
|
-
"name": "removeDistributionConfig",
|
|
47313
|
-
"outputs": [],
|
|
47314
|
-
"stateMutability": "nonpayable",
|
|
47315
|
-
"type": "function"
|
|
47316
|
-
},
|
|
47317
|
-
{
|
|
47318
|
-
"inputs": [],
|
|
47319
|
-
"name": "renounceOwnership",
|
|
47320
|
-
"outputs": [],
|
|
47321
|
-
"stateMutability": "nonpayable",
|
|
47322
|
-
"type": "function"
|
|
47323
|
-
},
|
|
47324
|
-
{
|
|
47325
|
-
"inputs": [
|
|
47326
|
-
{
|
|
47327
|
-
"internalType": "address",
|
|
47328
|
-
"name": "accessControlManager_",
|
|
47329
|
-
"type": "address"
|
|
47330
|
-
}
|
|
47331
|
-
],
|
|
47332
|
-
"name": "setAccessControlManager",
|
|
47333
|
-
"outputs": [],
|
|
47334
|
-
"stateMutability": "nonpayable",
|
|
47335
|
-
"type": "function"
|
|
47336
|
-
},
|
|
47337
|
-
{
|
|
47338
|
-
"inputs": [
|
|
47339
|
-
{
|
|
47340
|
-
"internalType": "address",
|
|
47341
|
-
"name": "_poolRegistry",
|
|
47342
|
-
"type": "address"
|
|
47343
|
-
}
|
|
47344
|
-
],
|
|
47345
|
-
"name": "setPoolRegistry",
|
|
47346
|
-
"outputs": [],
|
|
47347
|
-
"stateMutability": "nonpayable",
|
|
47348
|
-
"type": "function"
|
|
47349
|
-
},
|
|
47350
|
-
{
|
|
47351
|
-
"inputs": [
|
|
47352
|
-
{
|
|
47353
|
-
"internalType": "address",
|
|
47354
|
-
"name": "",
|
|
47355
|
-
"type": "address"
|
|
47356
|
-
}
|
|
47357
|
-
],
|
|
47358
|
-
"name": "totalAssetReserve",
|
|
47359
|
-
"outputs": [
|
|
47360
|
-
{
|
|
47361
|
-
"internalType": "uint256",
|
|
47362
|
-
"name": "",
|
|
47363
|
-
"type": "uint256"
|
|
47364
|
-
}
|
|
47365
|
-
],
|
|
47366
|
-
"stateMutability": "view",
|
|
47367
|
-
"type": "function"
|
|
47368
|
-
},
|
|
47369
|
-
{
|
|
47370
|
-
"inputs": [],
|
|
47371
|
-
"name": "totalDistributions",
|
|
47372
|
-
"outputs": [
|
|
47373
|
-
{
|
|
47374
|
-
"internalType": "uint256",
|
|
47375
|
-
"name": "",
|
|
47376
|
-
"type": "uint256"
|
|
47377
|
-
}
|
|
47378
|
-
],
|
|
47379
|
-
"stateMutability": "view",
|
|
47380
|
-
"type": "function"
|
|
47381
|
-
},
|
|
47382
|
-
{
|
|
47383
|
-
"inputs": [
|
|
47384
|
-
{
|
|
47385
|
-
"internalType": "address",
|
|
47386
|
-
"name": "newOwner",
|
|
47387
|
-
"type": "address"
|
|
47388
|
-
}
|
|
47389
|
-
],
|
|
47390
|
-
"name": "transferOwnership",
|
|
47391
|
-
"outputs": [],
|
|
47392
|
-
"stateMutability": "nonpayable",
|
|
47393
|
-
"type": "function"
|
|
47394
|
-
},
|
|
47395
|
-
{
|
|
47396
|
-
"inputs": [
|
|
47397
|
-
{
|
|
47398
|
-
"internalType": "address",
|
|
47399
|
-
"name": "comptroller",
|
|
47400
|
-
"type": "address"
|
|
47401
|
-
},
|
|
47402
|
-
{
|
|
47403
|
-
"internalType": "address",
|
|
47404
|
-
"name": "asset",
|
|
47405
|
-
"type": "address"
|
|
47406
|
-
},
|
|
47407
|
-
{
|
|
47408
|
-
"internalType": "enum IProtocolShareReserve.IncomeType",
|
|
47409
|
-
"name": "incomeType",
|
|
47410
|
-
"type": "uint8"
|
|
47411
|
-
}
|
|
47412
|
-
],
|
|
47413
|
-
"name": "updateAssetsState",
|
|
47414
|
-
"outputs": [],
|
|
47415
|
-
"stateMutability": "nonpayable",
|
|
47416
|
-
"type": "function"
|
|
47417
|
-
},
|
|
47418
|
-
{
|
|
47419
|
-
"inputs": [],
|
|
47420
|
-
"name": "vBNB",
|
|
47421
|
-
"outputs": [
|
|
47422
|
-
{
|
|
47423
|
-
"internalType": "address",
|
|
47424
|
-
"name": "",
|
|
47425
|
-
"type": "address"
|
|
47426
|
-
}
|
|
47427
|
-
],
|
|
47428
|
-
"stateMutability": "view",
|
|
47429
|
-
"type": "function"
|
|
47430
|
-
},
|
|
47431
|
-
{
|
|
47432
|
-
"inputs": [
|
|
47433
|
-
{
|
|
47434
|
-
"internalType": "address",
|
|
47435
|
-
"name": "_logic",
|
|
47436
|
-
"type": "address"
|
|
47437
|
-
},
|
|
47438
|
-
{
|
|
47439
|
-
"internalType": "address",
|
|
47440
|
-
"name": "admin_",
|
|
47441
|
-
"type": "address"
|
|
47442
|
-
},
|
|
47443
|
-
{
|
|
47444
|
-
"internalType": "bytes",
|
|
47445
|
-
"name": "_data",
|
|
47446
|
-
"type": "bytes"
|
|
47447
|
-
}
|
|
47448
|
-
],
|
|
47449
|
-
"stateMutability": "payable",
|
|
47450
|
-
"type": "constructor"
|
|
47451
|
-
}
|
|
47452
|
-
]
|
|
47453
|
-
},
|
|
47454
|
-
"ProtocolShareReserve_Implementation": {
|
|
47455
|
-
"address": "0x5108E5F903Ecc5e3a2dA20171527aCe96CB3c7f8",
|
|
47456
|
-
"abi": [
|
|
47457
|
-
{
|
|
47458
|
-
"inputs": [
|
|
47459
|
-
{
|
|
47460
|
-
"internalType": "address",
|
|
47461
|
-
"name": "_corePoolComptroller",
|
|
47462
|
-
"type": "address"
|
|
47463
|
-
},
|
|
47464
|
-
{
|
|
47465
|
-
"internalType": "address",
|
|
47466
|
-
"name": "_wbnb",
|
|
47467
|
-
"type": "address"
|
|
47468
|
-
},
|
|
47469
|
-
{
|
|
47470
|
-
"internalType": "address",
|
|
47471
|
-
"name": "_vbnb",
|
|
47472
|
-
"type": "address"
|
|
47473
|
-
}
|
|
47474
|
-
],
|
|
47475
|
-
"stateMutability": "nonpayable",
|
|
47476
|
-
"type": "constructor"
|
|
47477
|
-
},
|
|
47478
|
-
{
|
|
47479
|
-
"inputs": [],
|
|
47480
|
-
"name": "InvalidAddress",
|
|
47481
|
-
"type": "error"
|
|
47482
|
-
},
|
|
47483
|
-
{
|
|
47484
|
-
"inputs": [],
|
|
47485
|
-
"name": "InvalidTotalPercentage",
|
|
47486
|
-
"type": "error"
|
|
47487
|
-
},
|
|
47488
|
-
{
|
|
47489
|
-
"inputs": [
|
|
47490
|
-
{
|
|
47491
|
-
"internalType": "uint256",
|
|
47492
|
-
"name": "loopsLimit",
|
|
47493
|
-
"type": "uint256"
|
|
47494
|
-
},
|
|
47495
|
-
{
|
|
47496
|
-
"internalType": "uint256",
|
|
47497
|
-
"name": "requiredLoops",
|
|
47498
|
-
"type": "uint256"
|
|
47499
|
-
}
|
|
47500
|
-
],
|
|
47501
|
-
"name": "MaxLoopsLimitExceeded",
|
|
47502
|
-
"type": "error"
|
|
47503
|
-
},
|
|
47504
|
-
{
|
|
47505
|
-
"inputs": [
|
|
47506
|
-
{
|
|
47507
|
-
"internalType": "address",
|
|
47508
|
-
"name": "sender",
|
|
47509
|
-
"type": "address"
|
|
47510
|
-
},
|
|
47511
|
-
{
|
|
47512
|
-
"internalType": "address",
|
|
47513
|
-
"name": "calledContract",
|
|
47514
|
-
"type": "address"
|
|
47515
|
-
},
|
|
47516
|
-
{
|
|
47517
|
-
"internalType": "string",
|
|
47518
|
-
"name": "methodSignature",
|
|
47519
|
-
"type": "string"
|
|
47520
|
-
}
|
|
47521
|
-
],
|
|
47522
|
-
"name": "Unauthorized",
|
|
47523
|
-
"type": "error"
|
|
47524
|
-
},
|
|
47525
|
-
{
|
|
47526
|
-
"anonymous": false,
|
|
47527
|
-
"inputs": [
|
|
47528
|
-
{
|
|
47529
|
-
"indexed": true,
|
|
47530
|
-
"internalType": "address",
|
|
47531
|
-
"name": "destination",
|
|
47532
|
-
"type": "address"
|
|
47533
|
-
},
|
|
47534
|
-
{
|
|
47535
|
-
"indexed": true,
|
|
47536
|
-
"internalType": "address",
|
|
47537
|
-
"name": "asset",
|
|
47538
|
-
"type": "address"
|
|
47539
|
-
},
|
|
47540
|
-
{
|
|
47541
|
-
"indexed": false,
|
|
47542
|
-
"internalType": "enum ProtocolShareReserve.Schema",
|
|
47543
|
-
"name": "schema",
|
|
47544
|
-
"type": "uint8"
|
|
47545
|
-
},
|
|
47546
|
-
{
|
|
47547
|
-
"indexed": false,
|
|
47548
|
-
"internalType": "uint256",
|
|
47549
|
-
"name": "percent",
|
|
47550
|
-
"type": "uint256"
|
|
47551
|
-
},
|
|
47552
|
-
{
|
|
47553
|
-
"indexed": false,
|
|
47554
|
-
"internalType": "uint256",
|
|
47555
|
-
"name": "amount",
|
|
47556
|
-
"type": "uint256"
|
|
47557
|
-
}
|
|
47558
|
-
],
|
|
47559
|
-
"name": "AssetReleased",
|
|
47560
|
-
"type": "event"
|
|
47561
|
-
},
|
|
47562
|
-
{
|
|
47563
|
-
"anonymous": false,
|
|
47564
|
-
"inputs": [
|
|
47565
|
-
{
|
|
47566
|
-
"indexed": true,
|
|
47567
|
-
"internalType": "address",
|
|
47568
|
-
"name": "comptroller",
|
|
47569
|
-
"type": "address"
|
|
47570
|
-
},
|
|
47571
|
-
{
|
|
47572
|
-
"indexed": true,
|
|
47573
|
-
"internalType": "address",
|
|
47574
|
-
"name": "asset",
|
|
47575
|
-
"type": "address"
|
|
47576
|
-
},
|
|
47577
|
-
{
|
|
47578
|
-
"indexed": false,
|
|
47579
|
-
"internalType": "uint256",
|
|
47580
|
-
"name": "amount",
|
|
47581
|
-
"type": "uint256"
|
|
47582
|
-
},
|
|
47583
|
-
{
|
|
47584
|
-
"indexed": false,
|
|
47585
|
-
"internalType": "enum IProtocolShareReserve.IncomeType",
|
|
47586
|
-
"name": "incomeType",
|
|
47587
|
-
"type": "uint8"
|
|
47588
|
-
},
|
|
47589
|
-
{
|
|
47590
|
-
"indexed": false,
|
|
47591
|
-
"internalType": "enum ProtocolShareReserve.Schema",
|
|
47592
|
-
"name": "schema",
|
|
47593
|
-
"type": "uint8"
|
|
47594
|
-
}
|
|
47595
|
-
],
|
|
47596
|
-
"name": "AssetsReservesUpdated",
|
|
47597
|
-
"type": "event"
|
|
47598
|
-
},
|
|
47599
|
-
{
|
|
47600
|
-
"anonymous": false,
|
|
47601
|
-
"inputs": [
|
|
47602
|
-
{
|
|
47603
|
-
"indexed": true,
|
|
47604
|
-
"internalType": "address",
|
|
47605
|
-
"name": "destination",
|
|
47606
|
-
"type": "address"
|
|
47607
|
-
},
|
|
47608
|
-
{
|
|
47609
|
-
"indexed": false,
|
|
47610
|
-
"internalType": "uint8",
|
|
47611
|
-
"name": "percentage",
|
|
47612
|
-
"type": "uint8"
|
|
47613
|
-
},
|
|
47614
|
-
{
|
|
47615
|
-
"indexed": false,
|
|
47616
|
-
"internalType": "enum ProtocolShareReserve.Schema",
|
|
47617
|
-
"name": "schema",
|
|
47618
|
-
"type": "uint8"
|
|
47619
|
-
}
|
|
47620
|
-
],
|
|
47621
|
-
"name": "DistributionConfigAdded",
|
|
47622
|
-
"type": "event"
|
|
47623
|
-
},
|
|
47624
|
-
{
|
|
47625
|
-
"anonymous": false,
|
|
47626
|
-
"inputs": [
|
|
47627
|
-
{
|
|
47628
|
-
"indexed": true,
|
|
47629
|
-
"internalType": "address",
|
|
47630
|
-
"name": "destination",
|
|
47631
|
-
"type": "address"
|
|
47632
|
-
},
|
|
47633
|
-
{
|
|
47634
|
-
"indexed": false,
|
|
47635
|
-
"internalType": "uint8",
|
|
47636
|
-
"name": "percentage",
|
|
47637
|
-
"type": "uint8"
|
|
47638
|
-
},
|
|
47639
|
-
{
|
|
47640
|
-
"indexed": false,
|
|
47641
|
-
"internalType": "enum ProtocolShareReserve.Schema",
|
|
47642
|
-
"name": "schema",
|
|
47643
|
-
"type": "uint8"
|
|
47644
|
-
}
|
|
47645
|
-
],
|
|
47646
|
-
"name": "DistributionConfigRemoved",
|
|
47647
|
-
"type": "event"
|
|
47648
|
-
},
|
|
47649
|
-
{
|
|
47650
|
-
"anonymous": false,
|
|
47651
|
-
"inputs": [
|
|
47652
|
-
{
|
|
47653
|
-
"indexed": true,
|
|
47654
|
-
"internalType": "address",
|
|
47655
|
-
"name": "destination",
|
|
47656
|
-
"type": "address"
|
|
47657
|
-
},
|
|
47658
|
-
{
|
|
47659
|
-
"indexed": false,
|
|
47660
|
-
"internalType": "uint8",
|
|
47661
|
-
"name": "oldPercentage",
|
|
47662
|
-
"type": "uint8"
|
|
47663
|
-
},
|
|
47664
|
-
{
|
|
47665
|
-
"indexed": false,
|
|
47666
|
-
"internalType": "uint8",
|
|
47667
|
-
"name": "newPercentage",
|
|
47668
|
-
"type": "uint8"
|
|
47669
|
-
},
|
|
47670
|
-
{
|
|
47671
|
-
"indexed": false,
|
|
47672
|
-
"internalType": "enum ProtocolShareReserve.Schema",
|
|
47673
|
-
"name": "schema",
|
|
47674
|
-
"type": "uint8"
|
|
47675
|
-
}
|
|
47676
|
-
],
|
|
47677
|
-
"name": "DistributionConfigUpdated",
|
|
47678
|
-
"type": "event"
|
|
47679
|
-
},
|
|
47680
|
-
{
|
|
47681
|
-
"anonymous": false,
|
|
47682
|
-
"inputs": [
|
|
47683
|
-
{
|
|
47684
|
-
"indexed": false,
|
|
47685
|
-
"internalType": "uint8",
|
|
47686
|
-
"name": "version",
|
|
47687
|
-
"type": "uint8"
|
|
47688
|
-
}
|
|
47689
|
-
],
|
|
47690
|
-
"name": "Initialized",
|
|
47691
|
-
"type": "event"
|
|
47692
|
-
},
|
|
47693
|
-
{
|
|
47694
|
-
"anonymous": false,
|
|
47695
|
-
"inputs": [
|
|
47696
|
-
{
|
|
47697
|
-
"indexed": false,
|
|
47698
|
-
"internalType": "uint256",
|
|
47699
|
-
"name": "oldMaxLoopsLimit",
|
|
47700
|
-
"type": "uint256"
|
|
47701
|
-
},
|
|
47702
|
-
{
|
|
47703
|
-
"indexed": false,
|
|
47704
|
-
"internalType": "uint256",
|
|
47705
|
-
"name": "newmaxLoopsLimit",
|
|
47706
|
-
"type": "uint256"
|
|
47707
|
-
}
|
|
47708
|
-
],
|
|
47709
|
-
"name": "MaxLoopsLimitUpdated",
|
|
47710
|
-
"type": "event"
|
|
47711
|
-
},
|
|
47712
|
-
{
|
|
47713
|
-
"anonymous": false,
|
|
47714
|
-
"inputs": [
|
|
47715
|
-
{
|
|
47716
|
-
"indexed": false,
|
|
47717
|
-
"internalType": "address",
|
|
47718
|
-
"name": "oldAccessControlManager",
|
|
47719
|
-
"type": "address"
|
|
47720
|
-
},
|
|
47721
|
-
{
|
|
47722
|
-
"indexed": false,
|
|
47723
|
-
"internalType": "address",
|
|
47724
|
-
"name": "newAccessControlManager",
|
|
47725
|
-
"type": "address"
|
|
47726
|
-
}
|
|
47727
|
-
],
|
|
47728
|
-
"name": "NewAccessControlManager",
|
|
47729
|
-
"type": "event"
|
|
47730
|
-
},
|
|
47731
|
-
{
|
|
47732
|
-
"anonymous": false,
|
|
47733
|
-
"inputs": [
|
|
47734
|
-
{
|
|
47735
|
-
"indexed": true,
|
|
47736
|
-
"internalType": "address",
|
|
47737
|
-
"name": "previousOwner",
|
|
47738
|
-
"type": "address"
|
|
47739
|
-
},
|
|
47740
|
-
{
|
|
47741
|
-
"indexed": true,
|
|
47742
|
-
"internalType": "address",
|
|
47743
|
-
"name": "newOwner",
|
|
47744
|
-
"type": "address"
|
|
47745
|
-
}
|
|
47746
|
-
],
|
|
47747
|
-
"name": "OwnershipTransferStarted",
|
|
47748
|
-
"type": "event"
|
|
47749
|
-
},
|
|
47750
|
-
{
|
|
47751
|
-
"anonymous": false,
|
|
47752
|
-
"inputs": [
|
|
47753
|
-
{
|
|
47754
|
-
"indexed": true,
|
|
47755
|
-
"internalType": "address",
|
|
47756
|
-
"name": "previousOwner",
|
|
47757
|
-
"type": "address"
|
|
47758
|
-
},
|
|
47759
|
-
{
|
|
47760
|
-
"indexed": true,
|
|
47761
|
-
"internalType": "address",
|
|
47762
|
-
"name": "newOwner",
|
|
47763
|
-
"type": "address"
|
|
47764
|
-
}
|
|
47765
|
-
],
|
|
47766
|
-
"name": "OwnershipTransferred",
|
|
47767
|
-
"type": "event"
|
|
47768
|
-
},
|
|
47769
|
-
{
|
|
47770
|
-
"anonymous": false,
|
|
47771
|
-
"inputs": [
|
|
47772
|
-
{
|
|
47773
|
-
"indexed": true,
|
|
47774
|
-
"internalType": "address",
|
|
47775
|
-
"name": "oldPoolRegistry",
|
|
47776
|
-
"type": "address"
|
|
47777
|
-
},
|
|
47778
|
-
{
|
|
47779
|
-
"indexed": true,
|
|
47780
|
-
"internalType": "address",
|
|
47781
|
-
"name": "newPoolRegistry",
|
|
47782
|
-
"type": "address"
|
|
47783
|
-
}
|
|
47784
|
-
],
|
|
47785
|
-
"name": "PoolRegistryUpdated",
|
|
47786
|
-
"type": "event"
|
|
47787
|
-
},
|
|
47788
|
-
{
|
|
47789
|
-
"anonymous": false,
|
|
47790
|
-
"inputs": [
|
|
47791
|
-
{
|
|
47792
|
-
"indexed": true,
|
|
47793
|
-
"internalType": "address",
|
|
47794
|
-
"name": "comptroller",
|
|
47795
|
-
"type": "address"
|
|
47796
|
-
},
|
|
47797
|
-
{
|
|
47798
|
-
"indexed": true,
|
|
47799
|
-
"internalType": "address",
|
|
47800
|
-
"name": "asset",
|
|
47801
|
-
"type": "address"
|
|
47802
|
-
},
|
|
47803
|
-
{
|
|
47804
|
-
"indexed": false,
|
|
47805
|
-
"internalType": "enum ProtocolShareReserve.Schema",
|
|
47806
|
-
"name": "schema",
|
|
47807
|
-
"type": "uint8"
|
|
47808
|
-
},
|
|
47809
|
-
{
|
|
47810
|
-
"indexed": false,
|
|
47811
|
-
"internalType": "uint256",
|
|
47812
|
-
"name": "oldBalance",
|
|
47813
|
-
"type": "uint256"
|
|
47814
|
-
},
|
|
47815
|
-
{
|
|
47816
|
-
"indexed": false,
|
|
47817
|
-
"internalType": "uint256",
|
|
47818
|
-
"name": "newBalance",
|
|
47819
|
-
"type": "uint256"
|
|
47820
|
-
}
|
|
47821
|
-
],
|
|
47822
|
-
"name": "ReservesUpdated",
|
|
47823
|
-
"type": "event"
|
|
47824
|
-
},
|
|
47825
|
-
{
|
|
47826
|
-
"inputs": [],
|
|
47827
|
-
"name": "CORE_POOL_COMPTROLLER",
|
|
47828
|
-
"outputs": [
|
|
47829
|
-
{
|
|
47830
|
-
"internalType": "address",
|
|
47831
|
-
"name": "",
|
|
47832
|
-
"type": "address"
|
|
47833
|
-
}
|
|
47834
|
-
],
|
|
47835
|
-
"stateMutability": "view",
|
|
47836
|
-
"type": "function"
|
|
47837
|
-
},
|
|
47838
|
-
{
|
|
47839
|
-
"inputs": [],
|
|
47840
|
-
"name": "MAX_PERCENT",
|
|
47841
|
-
"outputs": [
|
|
47842
|
-
{
|
|
47843
|
-
"internalType": "uint8",
|
|
47844
|
-
"name": "",
|
|
47845
|
-
"type": "uint8"
|
|
47846
|
-
}
|
|
47847
|
-
],
|
|
47848
|
-
"stateMutability": "view",
|
|
47849
|
-
"type": "function"
|
|
47850
|
-
},
|
|
47851
|
-
{
|
|
47852
|
-
"inputs": [],
|
|
47853
|
-
"name": "WBNB",
|
|
47854
|
-
"outputs": [
|
|
47855
|
-
{
|
|
47856
|
-
"internalType": "address",
|
|
47857
|
-
"name": "",
|
|
47858
|
-
"type": "address"
|
|
47859
|
-
}
|
|
47860
|
-
],
|
|
47861
|
-
"stateMutability": "view",
|
|
47862
|
-
"type": "function"
|
|
47863
|
-
},
|
|
47864
|
-
{
|
|
47865
|
-
"inputs": [],
|
|
47866
|
-
"name": "acceptOwnership",
|
|
47867
|
-
"outputs": [],
|
|
47868
|
-
"stateMutability": "nonpayable",
|
|
47869
|
-
"type": "function"
|
|
47870
|
-
},
|
|
47871
|
-
{
|
|
47872
|
-
"inputs": [],
|
|
47873
|
-
"name": "accessControlManager",
|
|
47874
|
-
"outputs": [
|
|
47875
|
-
{
|
|
47876
|
-
"internalType": "contract IAccessControlManagerV8",
|
|
47877
|
-
"name": "",
|
|
47878
|
-
"type": "address"
|
|
47879
|
-
}
|
|
47880
|
-
],
|
|
47881
|
-
"stateMutability": "view",
|
|
47882
|
-
"type": "function"
|
|
47883
|
-
},
|
|
47884
|
-
{
|
|
47885
|
-
"inputs": [
|
|
47886
|
-
{
|
|
47887
|
-
"components": [
|
|
47888
|
-
{
|
|
47889
|
-
"internalType": "enum ProtocolShareReserve.Schema",
|
|
47890
|
-
"name": "schema",
|
|
47891
|
-
"type": "uint8"
|
|
47892
|
-
},
|
|
47893
|
-
{
|
|
47894
|
-
"internalType": "uint8",
|
|
47895
|
-
"name": "percentage",
|
|
47896
|
-
"type": "uint8"
|
|
47897
|
-
},
|
|
47898
|
-
{
|
|
47899
|
-
"internalType": "address",
|
|
47900
|
-
"name": "destination",
|
|
47901
|
-
"type": "address"
|
|
47902
|
-
}
|
|
47903
|
-
],
|
|
47904
|
-
"internalType": "struct ProtocolShareReserve.DistributionConfig[]",
|
|
47905
|
-
"name": "configs",
|
|
47906
|
-
"type": "tuple[]"
|
|
47907
|
-
}
|
|
47908
|
-
],
|
|
47909
|
-
"name": "addOrUpdateDistributionConfigs",
|
|
47910
|
-
"outputs": [],
|
|
47911
|
-
"stateMutability": "nonpayable",
|
|
47912
|
-
"type": "function"
|
|
47913
|
-
},
|
|
47914
|
-
{
|
|
47915
|
-
"inputs": [
|
|
47916
|
-
{
|
|
47917
|
-
"internalType": "address",
|
|
47918
|
-
"name": "",
|
|
47919
|
-
"type": "address"
|
|
47920
|
-
},
|
|
47921
|
-
{
|
|
47922
|
-
"internalType": "address",
|
|
47923
|
-
"name": "",
|
|
47924
|
-
"type": "address"
|
|
47925
|
-
},
|
|
47926
|
-
{
|
|
47927
|
-
"internalType": "enum ProtocolShareReserve.Schema",
|
|
47928
|
-
"name": "",
|
|
47929
|
-
"type": "uint8"
|
|
47930
|
-
}
|
|
47931
|
-
],
|
|
47932
|
-
"name": "assetsReserves",
|
|
47933
|
-
"outputs": [
|
|
47934
|
-
{
|
|
47935
|
-
"internalType": "uint256",
|
|
47936
|
-
"name": "",
|
|
47937
|
-
"type": "uint256"
|
|
47938
|
-
}
|
|
47939
|
-
],
|
|
47940
|
-
"stateMutability": "view",
|
|
47941
|
-
"type": "function"
|
|
47942
|
-
},
|
|
47943
|
-
{
|
|
47944
|
-
"inputs": [
|
|
47945
|
-
{
|
|
47946
|
-
"internalType": "uint256",
|
|
47947
|
-
"name": "",
|
|
47948
|
-
"type": "uint256"
|
|
47949
|
-
}
|
|
47950
|
-
],
|
|
47951
|
-
"name": "distributionTargets",
|
|
47952
|
-
"outputs": [
|
|
47953
|
-
{
|
|
47954
|
-
"internalType": "enum ProtocolShareReserve.Schema",
|
|
47955
|
-
"name": "schema",
|
|
47956
|
-
"type": "uint8"
|
|
47957
|
-
},
|
|
47958
|
-
{
|
|
47959
|
-
"internalType": "uint8",
|
|
47960
|
-
"name": "percentage",
|
|
47961
|
-
"type": "uint8"
|
|
47962
|
-
},
|
|
47963
|
-
{
|
|
47964
|
-
"internalType": "address",
|
|
47965
|
-
"name": "destination",
|
|
47966
|
-
"type": "address"
|
|
47967
|
-
}
|
|
47968
|
-
],
|
|
47969
|
-
"stateMutability": "view",
|
|
47970
|
-
"type": "function"
|
|
47971
|
-
},
|
|
47972
|
-
{
|
|
47973
|
-
"inputs": [
|
|
47974
|
-
{
|
|
47975
|
-
"internalType": "address",
|
|
47976
|
-
"name": "destination",
|
|
47977
|
-
"type": "address"
|
|
47978
|
-
},
|
|
47979
|
-
{
|
|
47980
|
-
"internalType": "enum ProtocolShareReserve.Schema",
|
|
47981
|
-
"name": "schema",
|
|
47982
|
-
"type": "uint8"
|
|
47983
|
-
}
|
|
47984
|
-
],
|
|
47985
|
-
"name": "getPercentageDistribution",
|
|
47986
|
-
"outputs": [
|
|
47987
|
-
{
|
|
47988
|
-
"internalType": "uint256",
|
|
47989
|
-
"name": "",
|
|
47990
|
-
"type": "uint256"
|
|
47991
|
-
}
|
|
47992
|
-
],
|
|
47993
|
-
"stateMutability": "view",
|
|
47994
|
-
"type": "function"
|
|
47995
|
-
},
|
|
47996
|
-
{
|
|
47997
|
-
"inputs": [
|
|
47998
|
-
{
|
|
47999
|
-
"internalType": "address",
|
|
48000
|
-
"name": "comptroller",
|
|
48001
|
-
"type": "address"
|
|
48002
|
-
},
|
|
48003
|
-
{
|
|
48004
|
-
"internalType": "enum ProtocolShareReserve.Schema",
|
|
48005
|
-
"name": "schema",
|
|
48006
|
-
"type": "uint8"
|
|
48007
|
-
},
|
|
48008
|
-
{
|
|
48009
|
-
"internalType": "address",
|
|
48010
|
-
"name": "destination",
|
|
48011
|
-
"type": "address"
|
|
48012
|
-
},
|
|
48013
|
-
{
|
|
48014
|
-
"internalType": "address",
|
|
48015
|
-
"name": "asset",
|
|
48016
|
-
"type": "address"
|
|
48017
|
-
}
|
|
48018
|
-
],
|
|
48019
|
-
"name": "getUnreleasedFunds",
|
|
48020
|
-
"outputs": [
|
|
48021
|
-
{
|
|
48022
|
-
"internalType": "uint256",
|
|
48023
|
-
"name": "",
|
|
48024
|
-
"type": "uint256"
|
|
48025
|
-
}
|
|
48026
|
-
],
|
|
48027
|
-
"stateMutability": "view",
|
|
48028
|
-
"type": "function"
|
|
48029
|
-
},
|
|
48030
|
-
{
|
|
48031
|
-
"inputs": [
|
|
48032
|
-
{
|
|
48033
|
-
"internalType": "address",
|
|
48034
|
-
"name": "_accessControlManager",
|
|
48035
|
-
"type": "address"
|
|
48036
|
-
},
|
|
48037
|
-
{
|
|
48038
|
-
"internalType": "uint256",
|
|
48039
|
-
"name": "_loopsLimit",
|
|
48040
|
-
"type": "uint256"
|
|
48041
|
-
}
|
|
48042
|
-
],
|
|
48043
|
-
"name": "initialize",
|
|
48044
|
-
"outputs": [],
|
|
48045
|
-
"stateMutability": "nonpayable",
|
|
48046
|
-
"type": "function"
|
|
48047
|
-
},
|
|
48048
|
-
{
|
|
48049
|
-
"inputs": [],
|
|
48050
|
-
"name": "maxLoopsLimit",
|
|
48051
|
-
"outputs": [
|
|
48052
|
-
{
|
|
48053
|
-
"internalType": "uint256",
|
|
48054
|
-
"name": "",
|
|
48055
|
-
"type": "uint256"
|
|
48056
|
-
}
|
|
48057
|
-
],
|
|
48058
|
-
"stateMutability": "view",
|
|
48059
|
-
"type": "function"
|
|
48060
|
-
},
|
|
48061
|
-
{
|
|
48062
|
-
"inputs": [],
|
|
48063
|
-
"name": "owner",
|
|
48064
|
-
"outputs": [
|
|
48065
|
-
{
|
|
48066
|
-
"internalType": "address",
|
|
48067
|
-
"name": "",
|
|
48068
|
-
"type": "address"
|
|
48069
|
-
}
|
|
48070
|
-
],
|
|
48071
|
-
"stateMutability": "view",
|
|
48072
|
-
"type": "function"
|
|
48073
|
-
},
|
|
48074
|
-
{
|
|
48075
|
-
"inputs": [],
|
|
48076
|
-
"name": "pendingOwner",
|
|
48077
|
-
"outputs": [
|
|
48078
|
-
{
|
|
48079
|
-
"internalType": "address",
|
|
48080
|
-
"name": "",
|
|
48081
|
-
"type": "address"
|
|
48082
|
-
}
|
|
48083
|
-
],
|
|
48084
|
-
"stateMutability": "view",
|
|
48085
|
-
"type": "function"
|
|
48086
|
-
},
|
|
48087
|
-
{
|
|
48088
|
-
"inputs": [],
|
|
48089
|
-
"name": "poolRegistry",
|
|
48090
|
-
"outputs": [
|
|
48091
|
-
{
|
|
48092
|
-
"internalType": "address",
|
|
48093
|
-
"name": "",
|
|
48094
|
-
"type": "address"
|
|
48095
|
-
}
|
|
48096
|
-
],
|
|
48097
|
-
"stateMutability": "view",
|
|
48098
|
-
"type": "function"
|
|
48099
|
-
},
|
|
48100
|
-
{
|
|
48101
|
-
"inputs": [
|
|
48102
|
-
{
|
|
48103
|
-
"internalType": "address",
|
|
48104
|
-
"name": "comptroller",
|
|
48105
|
-
"type": "address"
|
|
48106
|
-
},
|
|
48107
|
-
{
|
|
48108
|
-
"internalType": "address[]",
|
|
48109
|
-
"name": "assets",
|
|
48110
|
-
"type": "address[]"
|
|
48111
|
-
}
|
|
48112
|
-
],
|
|
48113
|
-
"name": "releaseFunds",
|
|
48114
|
-
"outputs": [],
|
|
48115
|
-
"stateMutability": "nonpayable",
|
|
48116
|
-
"type": "function"
|
|
48117
|
-
},
|
|
48118
|
-
{
|
|
48119
|
-
"inputs": [
|
|
48120
|
-
{
|
|
48121
|
-
"internalType": "enum ProtocolShareReserve.Schema",
|
|
48122
|
-
"name": "schema",
|
|
48123
|
-
"type": "uint8"
|
|
48124
|
-
},
|
|
48125
|
-
{
|
|
48126
|
-
"internalType": "address",
|
|
48127
|
-
"name": "destination",
|
|
48128
|
-
"type": "address"
|
|
48129
|
-
}
|
|
48130
|
-
],
|
|
48131
|
-
"name": "removeDistributionConfig",
|
|
48132
|
-
"outputs": [],
|
|
48133
|
-
"stateMutability": "nonpayable",
|
|
48134
|
-
"type": "function"
|
|
48135
|
-
},
|
|
48136
|
-
{
|
|
48137
|
-
"inputs": [],
|
|
48138
|
-
"name": "renounceOwnership",
|
|
48139
|
-
"outputs": [],
|
|
48140
|
-
"stateMutability": "nonpayable",
|
|
48141
|
-
"type": "function"
|
|
48142
|
-
},
|
|
48143
|
-
{
|
|
48144
|
-
"inputs": [
|
|
48145
|
-
{
|
|
48146
|
-
"internalType": "address",
|
|
48147
|
-
"name": "accessControlManager_",
|
|
48148
|
-
"type": "address"
|
|
48149
|
-
}
|
|
48150
|
-
],
|
|
48151
|
-
"name": "setAccessControlManager",
|
|
48152
|
-
"outputs": [],
|
|
48153
|
-
"stateMutability": "nonpayable",
|
|
48154
|
-
"type": "function"
|
|
48155
|
-
},
|
|
48156
|
-
{
|
|
48157
|
-
"inputs": [
|
|
48158
|
-
{
|
|
48159
|
-
"internalType": "address",
|
|
48160
|
-
"name": "_poolRegistry",
|
|
48161
|
-
"type": "address"
|
|
48162
|
-
}
|
|
48163
|
-
],
|
|
48164
|
-
"name": "setPoolRegistry",
|
|
48165
|
-
"outputs": [],
|
|
48166
|
-
"stateMutability": "nonpayable",
|
|
48167
|
-
"type": "function"
|
|
48168
|
-
},
|
|
48169
|
-
{
|
|
48170
|
-
"inputs": [
|
|
48171
|
-
{
|
|
48172
|
-
"internalType": "address",
|
|
48173
|
-
"name": "",
|
|
48174
|
-
"type": "address"
|
|
48175
|
-
}
|
|
48176
|
-
],
|
|
48177
|
-
"name": "totalAssetReserve",
|
|
48178
|
-
"outputs": [
|
|
48179
|
-
{
|
|
48180
|
-
"internalType": "uint256",
|
|
48181
|
-
"name": "",
|
|
48182
|
-
"type": "uint256"
|
|
48183
|
-
}
|
|
48184
|
-
],
|
|
48185
|
-
"stateMutability": "view",
|
|
48186
|
-
"type": "function"
|
|
48187
|
-
},
|
|
48188
|
-
{
|
|
48189
|
-
"inputs": [],
|
|
48190
|
-
"name": "totalDistributions",
|
|
48191
|
-
"outputs": [
|
|
48192
|
-
{
|
|
48193
|
-
"internalType": "uint256",
|
|
48194
|
-
"name": "",
|
|
48195
|
-
"type": "uint256"
|
|
48196
|
-
}
|
|
48197
|
-
],
|
|
48198
|
-
"stateMutability": "view",
|
|
48199
|
-
"type": "function"
|
|
48200
|
-
},
|
|
48201
|
-
{
|
|
48202
|
-
"inputs": [
|
|
48203
|
-
{
|
|
48204
|
-
"internalType": "address",
|
|
48205
|
-
"name": "newOwner",
|
|
48206
|
-
"type": "address"
|
|
48207
|
-
}
|
|
48208
|
-
],
|
|
48209
|
-
"name": "transferOwnership",
|
|
48210
|
-
"outputs": [],
|
|
48211
|
-
"stateMutability": "nonpayable",
|
|
48212
|
-
"type": "function"
|
|
48213
|
-
},
|
|
48214
|
-
{
|
|
48215
|
-
"inputs": [
|
|
48216
|
-
{
|
|
48217
|
-
"internalType": "address",
|
|
48218
|
-
"name": "comptroller",
|
|
48219
|
-
"type": "address"
|
|
48220
|
-
},
|
|
48221
|
-
{
|
|
48222
|
-
"internalType": "address",
|
|
48223
|
-
"name": "asset",
|
|
48224
|
-
"type": "address"
|
|
48225
|
-
},
|
|
48226
|
-
{
|
|
48227
|
-
"internalType": "enum IProtocolShareReserve.IncomeType",
|
|
48228
|
-
"name": "incomeType",
|
|
48229
|
-
"type": "uint8"
|
|
48230
|
-
}
|
|
48231
|
-
],
|
|
48232
|
-
"name": "updateAssetsState",
|
|
48233
|
-
"outputs": [],
|
|
48234
|
-
"stateMutability": "nonpayable",
|
|
48235
|
-
"type": "function"
|
|
48236
|
-
},
|
|
48237
|
-
{
|
|
48238
|
-
"inputs": [],
|
|
48239
|
-
"name": "vBNB",
|
|
48240
|
-
"outputs": [
|
|
48241
|
-
{
|
|
48242
|
-
"internalType": "address",
|
|
48243
|
-
"name": "",
|
|
48244
|
-
"type": "address"
|
|
48245
|
-
}
|
|
48246
|
-
],
|
|
48247
|
-
"stateMutability": "view",
|
|
48248
|
-
"type": "function"
|
|
48249
|
-
}
|
|
48250
|
-
]
|
|
48251
|
-
},
|
|
48252
|
-
"ProtocolShareReserve_Proxy": {
|
|
48253
|
-
"address": "0xCa01D5A9A248a830E9D93231e791B1afFed7c446",
|
|
48254
|
-
"abi": [
|
|
48255
|
-
{
|
|
48256
|
-
"inputs": [
|
|
48257
|
-
{
|
|
48258
|
-
"internalType": "address",
|
|
48259
|
-
"name": "_logic",
|
|
48260
|
-
"type": "address"
|
|
48261
|
-
},
|
|
48262
|
-
{
|
|
48263
|
-
"internalType": "address",
|
|
48264
|
-
"name": "admin_",
|
|
48265
|
-
"type": "address"
|
|
48266
|
-
},
|
|
48267
|
-
{
|
|
48268
|
-
"internalType": "bytes",
|
|
48269
|
-
"name": "_data",
|
|
48270
|
-
"type": "bytes"
|
|
48271
|
-
}
|
|
48272
|
-
],
|
|
48273
|
-
"stateMutability": "payable",
|
|
48274
|
-
"type": "constructor"
|
|
48275
|
-
},
|
|
48276
|
-
{
|
|
48277
|
-
"anonymous": false,
|
|
48278
|
-
"inputs": [
|
|
48279
|
-
{
|
|
48280
|
-
"indexed": false,
|
|
48281
|
-
"internalType": "address",
|
|
48282
|
-
"name": "previousAdmin",
|
|
48283
|
-
"type": "address"
|
|
48284
|
-
},
|
|
48285
|
-
{
|
|
48286
|
-
"indexed": false,
|
|
48287
|
-
"internalType": "address",
|
|
48288
|
-
"name": "newAdmin",
|
|
48289
|
-
"type": "address"
|
|
48290
|
-
}
|
|
48291
|
-
],
|
|
48292
|
-
"name": "AdminChanged",
|
|
48293
|
-
"type": "event"
|
|
48294
|
-
},
|
|
48295
|
-
{
|
|
48296
|
-
"anonymous": false,
|
|
48297
|
-
"inputs": [
|
|
48298
|
-
{
|
|
48299
|
-
"indexed": true,
|
|
48300
|
-
"internalType": "address",
|
|
48301
|
-
"name": "beacon",
|
|
48302
|
-
"type": "address"
|
|
48303
|
-
}
|
|
48304
|
-
],
|
|
48305
|
-
"name": "BeaconUpgraded",
|
|
48306
|
-
"type": "event"
|
|
48307
|
-
},
|
|
48308
|
-
{
|
|
48309
|
-
"anonymous": false,
|
|
48310
|
-
"inputs": [
|
|
48311
|
-
{
|
|
48312
|
-
"indexed": true,
|
|
48313
|
-
"internalType": "address",
|
|
48314
|
-
"name": "implementation",
|
|
48315
|
-
"type": "address"
|
|
48316
|
-
}
|
|
48317
|
-
],
|
|
48318
|
-
"name": "Upgraded",
|
|
48319
|
-
"type": "event"
|
|
48320
|
-
},
|
|
48321
|
-
{
|
|
48322
|
-
"stateMutability": "payable",
|
|
48323
|
-
"type": "fallback"
|
|
48324
|
-
},
|
|
48325
|
-
{
|
|
48326
|
-
"inputs": [],
|
|
48327
|
-
"name": "admin",
|
|
48328
|
-
"outputs": [
|
|
48329
|
-
{
|
|
48330
|
-
"internalType": "address",
|
|
48331
|
-
"name": "admin_",
|
|
48332
|
-
"type": "address"
|
|
48333
|
-
}
|
|
48334
|
-
],
|
|
48335
|
-
"stateMutability": "nonpayable",
|
|
48336
|
-
"type": "function"
|
|
48337
|
-
},
|
|
48338
|
-
{
|
|
48339
|
-
"inputs": [
|
|
48340
|
-
{
|
|
48341
|
-
"internalType": "address",
|
|
48342
|
-
"name": "newAdmin",
|
|
48343
|
-
"type": "address"
|
|
48344
|
-
}
|
|
48345
|
-
],
|
|
48346
|
-
"name": "changeAdmin",
|
|
48347
|
-
"outputs": [],
|
|
48348
|
-
"stateMutability": "nonpayable",
|
|
48349
|
-
"type": "function"
|
|
48350
|
-
},
|
|
48351
|
-
{
|
|
48352
|
-
"inputs": [],
|
|
48353
|
-
"name": "implementation",
|
|
48354
|
-
"outputs": [
|
|
48355
|
-
{
|
|
48356
|
-
"internalType": "address",
|
|
48357
|
-
"name": "implementation_",
|
|
48358
|
-
"type": "address"
|
|
48359
|
-
}
|
|
48360
|
-
],
|
|
48361
|
-
"stateMutability": "nonpayable",
|
|
48362
|
-
"type": "function"
|
|
48363
|
-
},
|
|
48364
|
-
{
|
|
48365
|
-
"inputs": [
|
|
48366
|
-
{
|
|
48367
|
-
"internalType": "address",
|
|
48368
|
-
"name": "newImplementation",
|
|
48369
|
-
"type": "address"
|
|
48370
|
-
}
|
|
48371
|
-
],
|
|
48372
|
-
"name": "upgradeTo",
|
|
48373
|
-
"outputs": [],
|
|
48374
|
-
"stateMutability": "nonpayable",
|
|
48375
|
-
"type": "function"
|
|
48376
|
-
},
|
|
48377
|
-
{
|
|
48378
|
-
"inputs": [
|
|
48379
|
-
{
|
|
48380
|
-
"internalType": "address",
|
|
48381
|
-
"name": "newImplementation",
|
|
48382
|
-
"type": "address"
|
|
48383
|
-
},
|
|
48384
|
-
{
|
|
48385
|
-
"internalType": "bytes",
|
|
48386
|
-
"name": "data",
|
|
48387
|
-
"type": "bytes"
|
|
48388
|
-
}
|
|
48389
|
-
],
|
|
48390
|
-
"name": "upgradeToAndCall",
|
|
48391
|
-
"outputs": [],
|
|
48392
|
-
"stateMutability": "payable",
|
|
48393
|
-
"type": "function"
|
|
48394
|
-
},
|
|
48395
|
-
{
|
|
48396
|
-
"stateMutability": "payable",
|
|
48397
|
-
"type": "receive"
|
|
48398
|
-
}
|
|
48399
|
-
]
|
|
48400
46532
|
}
|
|
48401
46533
|
}
|
|
48402
46534
|
}
|