@venusprotocol/isolated-pools 4.2.0-dev.7 → 4.2.0-dev.9
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/VToken_vPT-clisBNB-24APR2025_LiquidStakedBNB.json +257 -0
- package/deployments/bscmainnet/VToken_vasBNB_LiquidStakedBNB.json +257 -0
- package/deployments/bscmainnet/solcInputs/3688ad0b9c5aa96bd2e711a0711cac24.json +451 -0
- package/deployments/bscmainnet/solcInputs/bf6504e8406cd8d7763a8de7cdacad9c.json +454 -0
- package/deployments/bscmainnet.json +148 -0
- package/deployments/bscmainnet_addresses.json +2 -0
- package/deployments/bsctestnet/MockPT-clisBNB-24APR2025.json +458 -0
- package/deployments/bsctestnet/VToken_vPT-clisBNB-24APR2025_LiquidStakedBNB.json +257 -0
- package/deployments/bsctestnet/VToken_vasBNB_LiquidStakedBNB.json +257 -0
- package/deployments/bsctestnet/solcInputs/3688ad0b9c5aa96bd2e711a0711cac24.json +451 -0
- package/deployments/bsctestnet/solcInputs/bf6504e8406cd8d7763a8de7cdacad9c.json +454 -0
- package/deployments/bsctestnet.json +457 -0
- package/deployments/bsctestnet_addresses.json +3 -0
- package/dist/deployments/bscmainnet.json +148 -0
- package/dist/deployments/bsctestnet.json +457 -0
- package/dist/helpers/deploymentConfig.js +100 -0
- package/dist/typechain/factories/IVToken__factory.d.ts +1 -5
- package/dist/typechain/factories/IVToken__factory.js +1 -201
- package/package.json +1 -1
- package/typechain/IVToken.d.ts +4 -341
- package/typechain/factories/IVToken__factory.ts +1 -201
|
@@ -10937,6 +10937,315 @@
|
|
|
10937
10937
|
}
|
|
10938
10938
|
]
|
|
10939
10939
|
},
|
|
10940
|
+
"MockPT-clisBNB-24APR2025": {
|
|
10941
|
+
"address": "0x14AECeEc177085fd09EA07348B4E1F7Fcc030fA1",
|
|
10942
|
+
"abi": [
|
|
10943
|
+
{
|
|
10944
|
+
"inputs": [
|
|
10945
|
+
{
|
|
10946
|
+
"internalType": "string",
|
|
10947
|
+
"name": "name_",
|
|
10948
|
+
"type": "string"
|
|
10949
|
+
},
|
|
10950
|
+
{
|
|
10951
|
+
"internalType": "string",
|
|
10952
|
+
"name": "symbol_",
|
|
10953
|
+
"type": "string"
|
|
10954
|
+
},
|
|
10955
|
+
{
|
|
10956
|
+
"internalType": "uint8",
|
|
10957
|
+
"name": "decimals_",
|
|
10958
|
+
"type": "uint8"
|
|
10959
|
+
}
|
|
10960
|
+
],
|
|
10961
|
+
"stateMutability": "nonpayable",
|
|
10962
|
+
"type": "constructor"
|
|
10963
|
+
},
|
|
10964
|
+
{
|
|
10965
|
+
"anonymous": false,
|
|
10966
|
+
"inputs": [
|
|
10967
|
+
{
|
|
10968
|
+
"indexed": true,
|
|
10969
|
+
"internalType": "address",
|
|
10970
|
+
"name": "owner",
|
|
10971
|
+
"type": "address"
|
|
10972
|
+
},
|
|
10973
|
+
{
|
|
10974
|
+
"indexed": true,
|
|
10975
|
+
"internalType": "address",
|
|
10976
|
+
"name": "spender",
|
|
10977
|
+
"type": "address"
|
|
10978
|
+
},
|
|
10979
|
+
{
|
|
10980
|
+
"indexed": false,
|
|
10981
|
+
"internalType": "uint256",
|
|
10982
|
+
"name": "value",
|
|
10983
|
+
"type": "uint256"
|
|
10984
|
+
}
|
|
10985
|
+
],
|
|
10986
|
+
"name": "Approval",
|
|
10987
|
+
"type": "event"
|
|
10988
|
+
},
|
|
10989
|
+
{
|
|
10990
|
+
"anonymous": false,
|
|
10991
|
+
"inputs": [
|
|
10992
|
+
{
|
|
10993
|
+
"indexed": true,
|
|
10994
|
+
"internalType": "address",
|
|
10995
|
+
"name": "from",
|
|
10996
|
+
"type": "address"
|
|
10997
|
+
},
|
|
10998
|
+
{
|
|
10999
|
+
"indexed": true,
|
|
11000
|
+
"internalType": "address",
|
|
11001
|
+
"name": "to",
|
|
11002
|
+
"type": "address"
|
|
11003
|
+
},
|
|
11004
|
+
{
|
|
11005
|
+
"indexed": false,
|
|
11006
|
+
"internalType": "uint256",
|
|
11007
|
+
"name": "value",
|
|
11008
|
+
"type": "uint256"
|
|
11009
|
+
}
|
|
11010
|
+
],
|
|
11011
|
+
"name": "Transfer",
|
|
11012
|
+
"type": "event"
|
|
11013
|
+
},
|
|
11014
|
+
{
|
|
11015
|
+
"inputs": [
|
|
11016
|
+
{
|
|
11017
|
+
"internalType": "address",
|
|
11018
|
+
"name": "owner",
|
|
11019
|
+
"type": "address"
|
|
11020
|
+
},
|
|
11021
|
+
{
|
|
11022
|
+
"internalType": "address",
|
|
11023
|
+
"name": "spender",
|
|
11024
|
+
"type": "address"
|
|
11025
|
+
}
|
|
11026
|
+
],
|
|
11027
|
+
"name": "allowance",
|
|
11028
|
+
"outputs": [
|
|
11029
|
+
{
|
|
11030
|
+
"internalType": "uint256",
|
|
11031
|
+
"name": "",
|
|
11032
|
+
"type": "uint256"
|
|
11033
|
+
}
|
|
11034
|
+
],
|
|
11035
|
+
"stateMutability": "view",
|
|
11036
|
+
"type": "function"
|
|
11037
|
+
},
|
|
11038
|
+
{
|
|
11039
|
+
"inputs": [
|
|
11040
|
+
{
|
|
11041
|
+
"internalType": "address",
|
|
11042
|
+
"name": "spender",
|
|
11043
|
+
"type": "address"
|
|
11044
|
+
},
|
|
11045
|
+
{
|
|
11046
|
+
"internalType": "uint256",
|
|
11047
|
+
"name": "amount",
|
|
11048
|
+
"type": "uint256"
|
|
11049
|
+
}
|
|
11050
|
+
],
|
|
11051
|
+
"name": "approve",
|
|
11052
|
+
"outputs": [
|
|
11053
|
+
{
|
|
11054
|
+
"internalType": "bool",
|
|
11055
|
+
"name": "",
|
|
11056
|
+
"type": "bool"
|
|
11057
|
+
}
|
|
11058
|
+
],
|
|
11059
|
+
"stateMutability": "nonpayable",
|
|
11060
|
+
"type": "function"
|
|
11061
|
+
},
|
|
11062
|
+
{
|
|
11063
|
+
"inputs": [
|
|
11064
|
+
{
|
|
11065
|
+
"internalType": "address",
|
|
11066
|
+
"name": "account",
|
|
11067
|
+
"type": "address"
|
|
11068
|
+
}
|
|
11069
|
+
],
|
|
11070
|
+
"name": "balanceOf",
|
|
11071
|
+
"outputs": [
|
|
11072
|
+
{
|
|
11073
|
+
"internalType": "uint256",
|
|
11074
|
+
"name": "",
|
|
11075
|
+
"type": "uint256"
|
|
11076
|
+
}
|
|
11077
|
+
],
|
|
11078
|
+
"stateMutability": "view",
|
|
11079
|
+
"type": "function"
|
|
11080
|
+
},
|
|
11081
|
+
{
|
|
11082
|
+
"inputs": [],
|
|
11083
|
+
"name": "decimals",
|
|
11084
|
+
"outputs": [
|
|
11085
|
+
{
|
|
11086
|
+
"internalType": "uint8",
|
|
11087
|
+
"name": "",
|
|
11088
|
+
"type": "uint8"
|
|
11089
|
+
}
|
|
11090
|
+
],
|
|
11091
|
+
"stateMutability": "view",
|
|
11092
|
+
"type": "function"
|
|
11093
|
+
},
|
|
11094
|
+
{
|
|
11095
|
+
"inputs": [
|
|
11096
|
+
{
|
|
11097
|
+
"internalType": "address",
|
|
11098
|
+
"name": "spender",
|
|
11099
|
+
"type": "address"
|
|
11100
|
+
},
|
|
11101
|
+
{
|
|
11102
|
+
"internalType": "uint256",
|
|
11103
|
+
"name": "subtractedValue",
|
|
11104
|
+
"type": "uint256"
|
|
11105
|
+
}
|
|
11106
|
+
],
|
|
11107
|
+
"name": "decreaseAllowance",
|
|
11108
|
+
"outputs": [
|
|
11109
|
+
{
|
|
11110
|
+
"internalType": "bool",
|
|
11111
|
+
"name": "",
|
|
11112
|
+
"type": "bool"
|
|
11113
|
+
}
|
|
11114
|
+
],
|
|
11115
|
+
"stateMutability": "nonpayable",
|
|
11116
|
+
"type": "function"
|
|
11117
|
+
},
|
|
11118
|
+
{
|
|
11119
|
+
"inputs": [
|
|
11120
|
+
{
|
|
11121
|
+
"internalType": "uint256",
|
|
11122
|
+
"name": "amount",
|
|
11123
|
+
"type": "uint256"
|
|
11124
|
+
}
|
|
11125
|
+
],
|
|
11126
|
+
"name": "faucet",
|
|
11127
|
+
"outputs": [],
|
|
11128
|
+
"stateMutability": "nonpayable",
|
|
11129
|
+
"type": "function"
|
|
11130
|
+
},
|
|
11131
|
+
{
|
|
11132
|
+
"inputs": [
|
|
11133
|
+
{
|
|
11134
|
+
"internalType": "address",
|
|
11135
|
+
"name": "spender",
|
|
11136
|
+
"type": "address"
|
|
11137
|
+
},
|
|
11138
|
+
{
|
|
11139
|
+
"internalType": "uint256",
|
|
11140
|
+
"name": "addedValue",
|
|
11141
|
+
"type": "uint256"
|
|
11142
|
+
}
|
|
11143
|
+
],
|
|
11144
|
+
"name": "increaseAllowance",
|
|
11145
|
+
"outputs": [
|
|
11146
|
+
{
|
|
11147
|
+
"internalType": "bool",
|
|
11148
|
+
"name": "",
|
|
11149
|
+
"type": "bool"
|
|
11150
|
+
}
|
|
11151
|
+
],
|
|
11152
|
+
"stateMutability": "nonpayable",
|
|
11153
|
+
"type": "function"
|
|
11154
|
+
},
|
|
11155
|
+
{
|
|
11156
|
+
"inputs": [],
|
|
11157
|
+
"name": "name",
|
|
11158
|
+
"outputs": [
|
|
11159
|
+
{
|
|
11160
|
+
"internalType": "string",
|
|
11161
|
+
"name": "",
|
|
11162
|
+
"type": "string"
|
|
11163
|
+
}
|
|
11164
|
+
],
|
|
11165
|
+
"stateMutability": "view",
|
|
11166
|
+
"type": "function"
|
|
11167
|
+
},
|
|
11168
|
+
{
|
|
11169
|
+
"inputs": [],
|
|
11170
|
+
"name": "symbol",
|
|
11171
|
+
"outputs": [
|
|
11172
|
+
{
|
|
11173
|
+
"internalType": "string",
|
|
11174
|
+
"name": "",
|
|
11175
|
+
"type": "string"
|
|
11176
|
+
}
|
|
11177
|
+
],
|
|
11178
|
+
"stateMutability": "view",
|
|
11179
|
+
"type": "function"
|
|
11180
|
+
},
|
|
11181
|
+
{
|
|
11182
|
+
"inputs": [],
|
|
11183
|
+
"name": "totalSupply",
|
|
11184
|
+
"outputs": [
|
|
11185
|
+
{
|
|
11186
|
+
"internalType": "uint256",
|
|
11187
|
+
"name": "",
|
|
11188
|
+
"type": "uint256"
|
|
11189
|
+
}
|
|
11190
|
+
],
|
|
11191
|
+
"stateMutability": "view",
|
|
11192
|
+
"type": "function"
|
|
11193
|
+
},
|
|
11194
|
+
{
|
|
11195
|
+
"inputs": [
|
|
11196
|
+
{
|
|
11197
|
+
"internalType": "address",
|
|
11198
|
+
"name": "to",
|
|
11199
|
+
"type": "address"
|
|
11200
|
+
},
|
|
11201
|
+
{
|
|
11202
|
+
"internalType": "uint256",
|
|
11203
|
+
"name": "amount",
|
|
11204
|
+
"type": "uint256"
|
|
11205
|
+
}
|
|
11206
|
+
],
|
|
11207
|
+
"name": "transfer",
|
|
11208
|
+
"outputs": [
|
|
11209
|
+
{
|
|
11210
|
+
"internalType": "bool",
|
|
11211
|
+
"name": "",
|
|
11212
|
+
"type": "bool"
|
|
11213
|
+
}
|
|
11214
|
+
],
|
|
11215
|
+
"stateMutability": "nonpayable",
|
|
11216
|
+
"type": "function"
|
|
11217
|
+
},
|
|
11218
|
+
{
|
|
11219
|
+
"inputs": [
|
|
11220
|
+
{
|
|
11221
|
+
"internalType": "address",
|
|
11222
|
+
"name": "from",
|
|
11223
|
+
"type": "address"
|
|
11224
|
+
},
|
|
11225
|
+
{
|
|
11226
|
+
"internalType": "address",
|
|
11227
|
+
"name": "to",
|
|
11228
|
+
"type": "address"
|
|
11229
|
+
},
|
|
11230
|
+
{
|
|
11231
|
+
"internalType": "uint256",
|
|
11232
|
+
"name": "amount",
|
|
11233
|
+
"type": "uint256"
|
|
11234
|
+
}
|
|
11235
|
+
],
|
|
11236
|
+
"name": "transferFrom",
|
|
11237
|
+
"outputs": [
|
|
11238
|
+
{
|
|
11239
|
+
"internalType": "bool",
|
|
11240
|
+
"name": "",
|
|
11241
|
+
"type": "bool"
|
|
11242
|
+
}
|
|
11243
|
+
],
|
|
11244
|
+
"stateMutability": "nonpayable",
|
|
11245
|
+
"type": "function"
|
|
11246
|
+
}
|
|
11247
|
+
]
|
|
11248
|
+
},
|
|
10940
11249
|
"MockRACA": {
|
|
10941
11250
|
"address": "0xD60cC803d888A3e743F21D0bdE4bF2cAfdEA1F26",
|
|
10942
11251
|
"abi": [
|
|
@@ -69429,6 +69738,80 @@
|
|
|
69429
69738
|
}
|
|
69430
69739
|
]
|
|
69431
69740
|
},
|
|
69741
|
+
"VToken_vPT-clisBNB-24APR2025_LiquidStakedBNB": {
|
|
69742
|
+
"address": "0x7C4890D673985CE22A4D38761473f190e434c956",
|
|
69743
|
+
"abi": [
|
|
69744
|
+
{
|
|
69745
|
+
"inputs": [
|
|
69746
|
+
{
|
|
69747
|
+
"internalType": "address",
|
|
69748
|
+
"name": "beacon",
|
|
69749
|
+
"type": "address"
|
|
69750
|
+
},
|
|
69751
|
+
{
|
|
69752
|
+
"internalType": "bytes",
|
|
69753
|
+
"name": "data",
|
|
69754
|
+
"type": "bytes"
|
|
69755
|
+
}
|
|
69756
|
+
],
|
|
69757
|
+
"stateMutability": "payable",
|
|
69758
|
+
"type": "constructor"
|
|
69759
|
+
},
|
|
69760
|
+
{
|
|
69761
|
+
"anonymous": false,
|
|
69762
|
+
"inputs": [
|
|
69763
|
+
{
|
|
69764
|
+
"indexed": false,
|
|
69765
|
+
"internalType": "address",
|
|
69766
|
+
"name": "previousAdmin",
|
|
69767
|
+
"type": "address"
|
|
69768
|
+
},
|
|
69769
|
+
{
|
|
69770
|
+
"indexed": false,
|
|
69771
|
+
"internalType": "address",
|
|
69772
|
+
"name": "newAdmin",
|
|
69773
|
+
"type": "address"
|
|
69774
|
+
}
|
|
69775
|
+
],
|
|
69776
|
+
"name": "AdminChanged",
|
|
69777
|
+
"type": "event"
|
|
69778
|
+
},
|
|
69779
|
+
{
|
|
69780
|
+
"anonymous": false,
|
|
69781
|
+
"inputs": [
|
|
69782
|
+
{
|
|
69783
|
+
"indexed": true,
|
|
69784
|
+
"internalType": "address",
|
|
69785
|
+
"name": "beacon",
|
|
69786
|
+
"type": "address"
|
|
69787
|
+
}
|
|
69788
|
+
],
|
|
69789
|
+
"name": "BeaconUpgraded",
|
|
69790
|
+
"type": "event"
|
|
69791
|
+
},
|
|
69792
|
+
{
|
|
69793
|
+
"anonymous": false,
|
|
69794
|
+
"inputs": [
|
|
69795
|
+
{
|
|
69796
|
+
"indexed": true,
|
|
69797
|
+
"internalType": "address",
|
|
69798
|
+
"name": "implementation",
|
|
69799
|
+
"type": "address"
|
|
69800
|
+
}
|
|
69801
|
+
],
|
|
69802
|
+
"name": "Upgraded",
|
|
69803
|
+
"type": "event"
|
|
69804
|
+
},
|
|
69805
|
+
{
|
|
69806
|
+
"stateMutability": "payable",
|
|
69807
|
+
"type": "fallback"
|
|
69808
|
+
},
|
|
69809
|
+
{
|
|
69810
|
+
"stateMutability": "payable",
|
|
69811
|
+
"type": "receive"
|
|
69812
|
+
}
|
|
69813
|
+
]
|
|
69814
|
+
},
|
|
69432
69815
|
"VToken_vRACA_GameFi": {
|
|
69433
69816
|
"address": "0x1958035231E125830bA5d17D168cEa07Bb42184a",
|
|
69434
69817
|
"abi": [
|
|
@@ -70909,6 +71292,80 @@
|
|
|
70909
71292
|
}
|
|
70910
71293
|
]
|
|
70911
71294
|
},
|
|
71295
|
+
"VToken_vasBNB_LiquidStakedBNB": {
|
|
71296
|
+
"address": "0xc9D979AA6F3bE732A53a27188D74e929FD107187",
|
|
71297
|
+
"abi": [
|
|
71298
|
+
{
|
|
71299
|
+
"inputs": [
|
|
71300
|
+
{
|
|
71301
|
+
"internalType": "address",
|
|
71302
|
+
"name": "beacon",
|
|
71303
|
+
"type": "address"
|
|
71304
|
+
},
|
|
71305
|
+
{
|
|
71306
|
+
"internalType": "bytes",
|
|
71307
|
+
"name": "data",
|
|
71308
|
+
"type": "bytes"
|
|
71309
|
+
}
|
|
71310
|
+
],
|
|
71311
|
+
"stateMutability": "payable",
|
|
71312
|
+
"type": "constructor"
|
|
71313
|
+
},
|
|
71314
|
+
{
|
|
71315
|
+
"anonymous": false,
|
|
71316
|
+
"inputs": [
|
|
71317
|
+
{
|
|
71318
|
+
"indexed": false,
|
|
71319
|
+
"internalType": "address",
|
|
71320
|
+
"name": "previousAdmin",
|
|
71321
|
+
"type": "address"
|
|
71322
|
+
},
|
|
71323
|
+
{
|
|
71324
|
+
"indexed": false,
|
|
71325
|
+
"internalType": "address",
|
|
71326
|
+
"name": "newAdmin",
|
|
71327
|
+
"type": "address"
|
|
71328
|
+
}
|
|
71329
|
+
],
|
|
71330
|
+
"name": "AdminChanged",
|
|
71331
|
+
"type": "event"
|
|
71332
|
+
},
|
|
71333
|
+
{
|
|
71334
|
+
"anonymous": false,
|
|
71335
|
+
"inputs": [
|
|
71336
|
+
{
|
|
71337
|
+
"indexed": true,
|
|
71338
|
+
"internalType": "address",
|
|
71339
|
+
"name": "beacon",
|
|
71340
|
+
"type": "address"
|
|
71341
|
+
}
|
|
71342
|
+
],
|
|
71343
|
+
"name": "BeaconUpgraded",
|
|
71344
|
+
"type": "event"
|
|
71345
|
+
},
|
|
71346
|
+
{
|
|
71347
|
+
"anonymous": false,
|
|
71348
|
+
"inputs": [
|
|
71349
|
+
{
|
|
71350
|
+
"indexed": true,
|
|
71351
|
+
"internalType": "address",
|
|
71352
|
+
"name": "implementation",
|
|
71353
|
+
"type": "address"
|
|
71354
|
+
}
|
|
71355
|
+
],
|
|
71356
|
+
"name": "Upgraded",
|
|
71357
|
+
"type": "event"
|
|
71358
|
+
},
|
|
71359
|
+
{
|
|
71360
|
+
"stateMutability": "payable",
|
|
71361
|
+
"type": "fallback"
|
|
71362
|
+
},
|
|
71363
|
+
{
|
|
71364
|
+
"stateMutability": "payable",
|
|
71365
|
+
"type": "receive"
|
|
71366
|
+
}
|
|
71367
|
+
]
|
|
71368
|
+
},
|
|
70912
71369
|
"VToken_vlisUSD_Stablecoins": {
|
|
70913
71370
|
"address": "0xbd7037aCB46Bc2fD45b4f1b3AaA857fa5105E5AB",
|
|
70914
71371
|
"abi": [
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
"MockNFT": "0xc440e4F21AFc2C3bDBA1Af7D0E338ED35d3e25bA",
|
|
40
40
|
"MockPLANET": "0x52b4E1A2ba407813F829B4b3943A1e57768669A9",
|
|
41
41
|
"MockPT-SolvBTC.BBN-27MAR2025": "0x964Ea3dC70Ee5b35Ea881cf8416B7a5F50E13f56",
|
|
42
|
+
"MockPT-clisBNB-24APR2025": "0x14AECeEc177085fd09EA07348B4E1F7Fcc030fA1",
|
|
42
43
|
"MockRACA": "0xD60cC803d888A3e743F21D0bdE4bF2cAfdEA1F26",
|
|
43
44
|
"MockSD": "0xac7D6B77EBD1DB8C5a9f0896e5eB5d485CB677b3",
|
|
44
45
|
"MockSnBNB": "0xd2aF6A916Bc77764dc63742BC30f71AF4cF423F4",
|
|
@@ -132,6 +133,7 @@
|
|
|
132
133
|
"VToken_vNFT_Tron": "0x67cD2A8aFF63C7eBbC7A601506f9Dbb8557d6547",
|
|
133
134
|
"VToken_vPLANET_DeFi": "0xe237aA131E7B004aC88CB808Fa56AF3dc4C408f1",
|
|
134
135
|
"VToken_vPT-SolvBTC.BBN-27MAR2025_BTC": "0xf3bF150A7D3d42E8C712e2461102593Dc50266Bb",
|
|
136
|
+
"VToken_vPT-clisBNB-24APR2025_LiquidStakedBNB": "0x7C4890D673985CE22A4D38761473f190e434c956",
|
|
135
137
|
"VToken_vRACA_GameFi": "0x1958035231E125830bA5d17D168cEa07Bb42184a",
|
|
136
138
|
"VToken_vTRX_Tron": "0x410286c43a525E1DCC7468a9B091C111C8324cd1",
|
|
137
139
|
"VToken_vTWT_DeFi": "0x4C94e67d239aD585275Fdd3246Ab82c8a2668564",
|
|
@@ -152,6 +154,7 @@
|
|
|
152
154
|
"VToken_vWIN_Tron": "0xEe543D5de2Dbb5b07675Fc72831A2f1812428393",
|
|
153
155
|
"VToken_vankrBNB_DeFi": "0xe507B30C41E9e375BCe05197c1e09fc9ee40c0f6",
|
|
154
156
|
"VToken_vankrBNB_LiquidStakedBNB": "0x57a664Dd7f1dE19545fEE9c86C949e3BF43d6D47",
|
|
157
|
+
"VToken_vasBNB_LiquidStakedBNB": "0xc9D979AA6F3bE732A53a27188D74e929FD107187",
|
|
155
158
|
"VToken_vlisUSD_Stablecoins": "0xbd7037aCB46Bc2fD45b4f1b3AaA857fa5105E5AB",
|
|
156
159
|
"VToken_vslisBNB_LiquidStakedBNB": "0xeffE7874C345aE877c1D893cd5160DDD359b24dA",
|
|
157
160
|
"VToken_vstkBNB_LiquidStakedBNB": "0x75aa42c832a8911B77219DbeBABBB40040d16987",
|
|
@@ -60586,6 +60586,80 @@
|
|
|
60586
60586
|
}
|
|
60587
60587
|
]
|
|
60588
60588
|
},
|
|
60589
|
+
"VToken_vPT-clisBNB-24APR2025_LiquidStakedBNB": {
|
|
60590
|
+
"address": "0xA537ACf381b12Bbb91C58398b66D1D220f1C77c8",
|
|
60591
|
+
"abi": [
|
|
60592
|
+
{
|
|
60593
|
+
"inputs": [
|
|
60594
|
+
{
|
|
60595
|
+
"internalType": "address",
|
|
60596
|
+
"name": "beacon",
|
|
60597
|
+
"type": "address"
|
|
60598
|
+
},
|
|
60599
|
+
{
|
|
60600
|
+
"internalType": "bytes",
|
|
60601
|
+
"name": "data",
|
|
60602
|
+
"type": "bytes"
|
|
60603
|
+
}
|
|
60604
|
+
],
|
|
60605
|
+
"stateMutability": "payable",
|
|
60606
|
+
"type": "constructor"
|
|
60607
|
+
},
|
|
60608
|
+
{
|
|
60609
|
+
"anonymous": false,
|
|
60610
|
+
"inputs": [
|
|
60611
|
+
{
|
|
60612
|
+
"indexed": false,
|
|
60613
|
+
"internalType": "address",
|
|
60614
|
+
"name": "previousAdmin",
|
|
60615
|
+
"type": "address"
|
|
60616
|
+
},
|
|
60617
|
+
{
|
|
60618
|
+
"indexed": false,
|
|
60619
|
+
"internalType": "address",
|
|
60620
|
+
"name": "newAdmin",
|
|
60621
|
+
"type": "address"
|
|
60622
|
+
}
|
|
60623
|
+
],
|
|
60624
|
+
"name": "AdminChanged",
|
|
60625
|
+
"type": "event"
|
|
60626
|
+
},
|
|
60627
|
+
{
|
|
60628
|
+
"anonymous": false,
|
|
60629
|
+
"inputs": [
|
|
60630
|
+
{
|
|
60631
|
+
"indexed": true,
|
|
60632
|
+
"internalType": "address",
|
|
60633
|
+
"name": "beacon",
|
|
60634
|
+
"type": "address"
|
|
60635
|
+
}
|
|
60636
|
+
],
|
|
60637
|
+
"name": "BeaconUpgraded",
|
|
60638
|
+
"type": "event"
|
|
60639
|
+
},
|
|
60640
|
+
{
|
|
60641
|
+
"anonymous": false,
|
|
60642
|
+
"inputs": [
|
|
60643
|
+
{
|
|
60644
|
+
"indexed": true,
|
|
60645
|
+
"internalType": "address",
|
|
60646
|
+
"name": "implementation",
|
|
60647
|
+
"type": "address"
|
|
60648
|
+
}
|
|
60649
|
+
],
|
|
60650
|
+
"name": "Upgraded",
|
|
60651
|
+
"type": "event"
|
|
60652
|
+
},
|
|
60653
|
+
{
|
|
60654
|
+
"stateMutability": "payable",
|
|
60655
|
+
"type": "fallback"
|
|
60656
|
+
},
|
|
60657
|
+
{
|
|
60658
|
+
"stateMutability": "payable",
|
|
60659
|
+
"type": "receive"
|
|
60660
|
+
}
|
|
60661
|
+
]
|
|
60662
|
+
},
|
|
60589
60663
|
"VToken_vRACA_GameFi": {
|
|
60590
60664
|
"address": "0xE5FE5527A5b76C75eedE77FdFA6B80D52444A465",
|
|
60591
60665
|
"abi": [
|
|
@@ -61918,6 +61992,80 @@
|
|
|
61918
61992
|
}
|
|
61919
61993
|
]
|
|
61920
61994
|
},
|
|
61995
|
+
"VToken_vasBNB_LiquidStakedBNB": {
|
|
61996
|
+
"address": "0x4A50a0a1c832190362e1491D5bB464b1bc2Bd288",
|
|
61997
|
+
"abi": [
|
|
61998
|
+
{
|
|
61999
|
+
"inputs": [
|
|
62000
|
+
{
|
|
62001
|
+
"internalType": "address",
|
|
62002
|
+
"name": "beacon",
|
|
62003
|
+
"type": "address"
|
|
62004
|
+
},
|
|
62005
|
+
{
|
|
62006
|
+
"internalType": "bytes",
|
|
62007
|
+
"name": "data",
|
|
62008
|
+
"type": "bytes"
|
|
62009
|
+
}
|
|
62010
|
+
],
|
|
62011
|
+
"stateMutability": "payable",
|
|
62012
|
+
"type": "constructor"
|
|
62013
|
+
},
|
|
62014
|
+
{
|
|
62015
|
+
"anonymous": false,
|
|
62016
|
+
"inputs": [
|
|
62017
|
+
{
|
|
62018
|
+
"indexed": false,
|
|
62019
|
+
"internalType": "address",
|
|
62020
|
+
"name": "previousAdmin",
|
|
62021
|
+
"type": "address"
|
|
62022
|
+
},
|
|
62023
|
+
{
|
|
62024
|
+
"indexed": false,
|
|
62025
|
+
"internalType": "address",
|
|
62026
|
+
"name": "newAdmin",
|
|
62027
|
+
"type": "address"
|
|
62028
|
+
}
|
|
62029
|
+
],
|
|
62030
|
+
"name": "AdminChanged",
|
|
62031
|
+
"type": "event"
|
|
62032
|
+
},
|
|
62033
|
+
{
|
|
62034
|
+
"anonymous": false,
|
|
62035
|
+
"inputs": [
|
|
62036
|
+
{
|
|
62037
|
+
"indexed": true,
|
|
62038
|
+
"internalType": "address",
|
|
62039
|
+
"name": "beacon",
|
|
62040
|
+
"type": "address"
|
|
62041
|
+
}
|
|
62042
|
+
],
|
|
62043
|
+
"name": "BeaconUpgraded",
|
|
62044
|
+
"type": "event"
|
|
62045
|
+
},
|
|
62046
|
+
{
|
|
62047
|
+
"anonymous": false,
|
|
62048
|
+
"inputs": [
|
|
62049
|
+
{
|
|
62050
|
+
"indexed": true,
|
|
62051
|
+
"internalType": "address",
|
|
62052
|
+
"name": "implementation",
|
|
62053
|
+
"type": "address"
|
|
62054
|
+
}
|
|
62055
|
+
],
|
|
62056
|
+
"name": "Upgraded",
|
|
62057
|
+
"type": "event"
|
|
62058
|
+
},
|
|
62059
|
+
{
|
|
62060
|
+
"stateMutability": "payable",
|
|
62061
|
+
"type": "fallback"
|
|
62062
|
+
},
|
|
62063
|
+
{
|
|
62064
|
+
"stateMutability": "payable",
|
|
62065
|
+
"type": "receive"
|
|
62066
|
+
}
|
|
62067
|
+
]
|
|
62068
|
+
},
|
|
61921
62069
|
"VToken_vlisUSD_Stablecoins": {
|
|
61922
62070
|
"address": "0xCa2D81AA7C09A1a025De797600A7081146dceEd9",
|
|
61923
62071
|
"abi": [
|