@venusprotocol/isolated-pools 4.0.0 → 4.1.0-dev.1
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/ethereum/VToken_vyvUSDC-1_Core.json +257 -0
- package/deployments/ethereum/VToken_vyvUSDS-1_Core.json +257 -0
- package/deployments/ethereum/VToken_vyvUSDT-1_Core.json +257 -0
- package/deployments/ethereum/VToken_vyvWETH-1_Core.json +257 -0
- package/deployments/ethereum.json +296 -0
- package/deployments/ethereum_addresses.json +5 -1
- package/deployments/sepolia/MockyvUSDC-1.json +477 -0
- package/deployments/sepolia/MockyvUSDS-1.json +477 -0
- package/deployments/sepolia/MockyvUSDT-1.json +477 -0
- package/deployments/sepolia/MockyvWETH-1.json +477 -0
- package/deployments/sepolia/VToken_vyvUSDC-1_Core.json +257 -0
- package/deployments/sepolia/VToken_vyvUSDS-1_Core.json +257 -0
- package/deployments/sepolia/VToken_vyvUSDT-1_Core.json +257 -0
- package/deployments/sepolia/VToken_vyvWETH-1_Core.json +257 -0
- package/deployments/sepolia.json +1974 -366
- package/deployments/sepolia_addresses.json +9 -1
- package/dist/deployments/ethereum.json +296 -0
- package/dist/deployments/sepolia.json +1974 -366
- package/dist/helpers/deploymentConfig.js +204 -0
- package/dist/typechain/factories/IVToken__factory.d.ts +5 -1
- package/dist/typechain/factories/IVToken__factory.js +201 -1
- package/package.json +1 -1
- package/typechain/IVToken.d.ts +341 -4
- package/typechain/factories/IVToken__factory.ts +201 -1
|
@@ -16231,52 +16231,53 @@
|
|
|
16231
16231
|
}
|
|
16232
16232
|
]
|
|
16233
16233
|
},
|
|
16234
|
-
"
|
|
16235
|
-
"address": "
|
|
16234
|
+
"MockyvUSDC-1": {
|
|
16235
|
+
"address": "0x9fE6052B9534F134171F567dAC9c9B22556c1DDb",
|
|
16236
16236
|
"abi": [
|
|
16237
16237
|
{
|
|
16238
16238
|
"inputs": [
|
|
16239
16239
|
{
|
|
16240
|
-
"internalType": "
|
|
16241
|
-
"name": "
|
|
16242
|
-
"type": "
|
|
16240
|
+
"internalType": "string",
|
|
16241
|
+
"name": "name_",
|
|
16242
|
+
"type": "string"
|
|
16243
|
+
},
|
|
16244
|
+
{
|
|
16245
|
+
"internalType": "string",
|
|
16246
|
+
"name": "symbol_",
|
|
16247
|
+
"type": "string"
|
|
16248
|
+
},
|
|
16249
|
+
{
|
|
16250
|
+
"internalType": "uint8",
|
|
16251
|
+
"name": "decimals_",
|
|
16252
|
+
"type": "uint8"
|
|
16243
16253
|
}
|
|
16244
16254
|
],
|
|
16245
16255
|
"stateMutability": "nonpayable",
|
|
16246
16256
|
"type": "constructor"
|
|
16247
16257
|
},
|
|
16248
|
-
{
|
|
16249
|
-
"inputs": [],
|
|
16250
|
-
"name": "NativeTokenTransferFailed",
|
|
16251
|
-
"type": "error"
|
|
16252
|
-
},
|
|
16253
|
-
{
|
|
16254
|
-
"inputs": [],
|
|
16255
|
-
"name": "ZeroAddressNotAllowed",
|
|
16256
|
-
"type": "error"
|
|
16257
|
-
},
|
|
16258
|
-
{
|
|
16259
|
-
"inputs": [],
|
|
16260
|
-
"name": "ZeroValueNotAllowed",
|
|
16261
|
-
"type": "error"
|
|
16262
|
-
},
|
|
16263
16258
|
{
|
|
16264
16259
|
"anonymous": false,
|
|
16265
16260
|
"inputs": [
|
|
16266
16261
|
{
|
|
16267
16262
|
"indexed": true,
|
|
16268
16263
|
"internalType": "address",
|
|
16269
|
-
"name": "
|
|
16264
|
+
"name": "owner",
|
|
16270
16265
|
"type": "address"
|
|
16271
16266
|
},
|
|
16272
16267
|
{
|
|
16273
16268
|
"indexed": true,
|
|
16274
16269
|
"internalType": "address",
|
|
16275
|
-
"name": "
|
|
16270
|
+
"name": "spender",
|
|
16276
16271
|
"type": "address"
|
|
16272
|
+
},
|
|
16273
|
+
{
|
|
16274
|
+
"indexed": false,
|
|
16275
|
+
"internalType": "uint256",
|
|
16276
|
+
"name": "value",
|
|
16277
|
+
"type": "uint256"
|
|
16277
16278
|
}
|
|
16278
16279
|
],
|
|
16279
|
-
"name": "
|
|
16280
|
+
"name": "Approval",
|
|
16280
16281
|
"type": "event"
|
|
16281
16282
|
},
|
|
16282
16283
|
{
|
|
@@ -16285,195 +16286,193 @@
|
|
|
16285
16286
|
{
|
|
16286
16287
|
"indexed": true,
|
|
16287
16288
|
"internalType": "address",
|
|
16288
|
-
"name": "
|
|
16289
|
+
"name": "from",
|
|
16289
16290
|
"type": "address"
|
|
16290
16291
|
},
|
|
16291
16292
|
{
|
|
16292
16293
|
"indexed": true,
|
|
16293
16294
|
"internalType": "address",
|
|
16294
|
-
"name": "
|
|
16295
|
-
"type": "address"
|
|
16296
|
-
}
|
|
16297
|
-
],
|
|
16298
|
-
"name": "OwnershipTransferred",
|
|
16299
|
-
"type": "event"
|
|
16300
|
-
},
|
|
16301
|
-
{
|
|
16302
|
-
"anonymous": false,
|
|
16303
|
-
"inputs": [
|
|
16304
|
-
{
|
|
16305
|
-
"indexed": true,
|
|
16306
|
-
"internalType": "address",
|
|
16307
|
-
"name": "receiver",
|
|
16295
|
+
"name": "to",
|
|
16308
16296
|
"type": "address"
|
|
16309
16297
|
},
|
|
16310
16298
|
{
|
|
16311
16299
|
"indexed": false,
|
|
16312
16300
|
"internalType": "uint256",
|
|
16313
|
-
"name": "
|
|
16301
|
+
"name": "value",
|
|
16314
16302
|
"type": "uint256"
|
|
16315
16303
|
}
|
|
16316
16304
|
],
|
|
16317
|
-
"name": "
|
|
16305
|
+
"name": "Transfer",
|
|
16318
16306
|
"type": "event"
|
|
16319
16307
|
},
|
|
16320
16308
|
{
|
|
16321
|
-
"anonymous": false,
|
|
16322
16309
|
"inputs": [
|
|
16323
16310
|
{
|
|
16324
|
-
"indexed": true,
|
|
16325
16311
|
"internalType": "address",
|
|
16326
|
-
"name": "
|
|
16312
|
+
"name": "owner",
|
|
16327
16313
|
"type": "address"
|
|
16328
16314
|
},
|
|
16329
16315
|
{
|
|
16330
|
-
"indexed": true,
|
|
16331
16316
|
"internalType": "address",
|
|
16332
|
-
"name": "
|
|
16317
|
+
"name": "spender",
|
|
16333
16318
|
"type": "address"
|
|
16334
|
-
}
|
|
16319
|
+
}
|
|
16320
|
+
],
|
|
16321
|
+
"name": "allowance",
|
|
16322
|
+
"outputs": [
|
|
16335
16323
|
{
|
|
16336
|
-
"indexed": false,
|
|
16337
16324
|
"internalType": "uint256",
|
|
16338
|
-
"name": "
|
|
16325
|
+
"name": "",
|
|
16339
16326
|
"type": "uint256"
|
|
16340
16327
|
}
|
|
16341
16328
|
],
|
|
16342
|
-
"
|
|
16343
|
-
"type": "
|
|
16329
|
+
"stateMutability": "view",
|
|
16330
|
+
"type": "function"
|
|
16344
16331
|
},
|
|
16345
16332
|
{
|
|
16346
|
-
"anonymous": false,
|
|
16347
16333
|
"inputs": [
|
|
16348
16334
|
{
|
|
16349
|
-
"indexed": true,
|
|
16350
|
-
"internalType": "address",
|
|
16351
|
-
"name": "sender",
|
|
16352
|
-
"type": "address"
|
|
16353
|
-
},
|
|
16354
|
-
{
|
|
16355
|
-
"indexed": true,
|
|
16356
16335
|
"internalType": "address",
|
|
16357
|
-
"name": "
|
|
16336
|
+
"name": "spender",
|
|
16358
16337
|
"type": "address"
|
|
16359
16338
|
},
|
|
16360
16339
|
{
|
|
16361
|
-
"indexed": false,
|
|
16362
16340
|
"internalType": "uint256",
|
|
16363
16341
|
"name": "amount",
|
|
16364
16342
|
"type": "uint256"
|
|
16365
16343
|
}
|
|
16366
16344
|
],
|
|
16367
|
-
"name": "
|
|
16368
|
-
"
|
|
16345
|
+
"name": "approve",
|
|
16346
|
+
"outputs": [
|
|
16347
|
+
{
|
|
16348
|
+
"internalType": "bool",
|
|
16349
|
+
"name": "",
|
|
16350
|
+
"type": "bool"
|
|
16351
|
+
}
|
|
16352
|
+
],
|
|
16353
|
+
"stateMutability": "nonpayable",
|
|
16354
|
+
"type": "function"
|
|
16369
16355
|
},
|
|
16370
16356
|
{
|
|
16371
|
-
"anonymous": false,
|
|
16372
16357
|
"inputs": [
|
|
16373
16358
|
{
|
|
16374
|
-
"indexed": true,
|
|
16375
|
-
"internalType": "address",
|
|
16376
|
-
"name": "sender",
|
|
16377
|
-
"type": "address"
|
|
16378
|
-
},
|
|
16379
|
-
{
|
|
16380
|
-
"indexed": true,
|
|
16381
16359
|
"internalType": "address",
|
|
16382
|
-
"name": "
|
|
16360
|
+
"name": "account",
|
|
16383
16361
|
"type": "address"
|
|
16384
|
-
}
|
|
16362
|
+
}
|
|
16363
|
+
],
|
|
16364
|
+
"name": "balanceOf",
|
|
16365
|
+
"outputs": [
|
|
16385
16366
|
{
|
|
16386
|
-
"indexed": false,
|
|
16387
16367
|
"internalType": "uint256",
|
|
16388
|
-
"name": "
|
|
16368
|
+
"name": "",
|
|
16389
16369
|
"type": "uint256"
|
|
16390
16370
|
}
|
|
16391
16371
|
],
|
|
16392
|
-
"
|
|
16393
|
-
"type": "
|
|
16372
|
+
"stateMutability": "view",
|
|
16373
|
+
"type": "function"
|
|
16394
16374
|
},
|
|
16395
16375
|
{
|
|
16396
|
-
"anonymous": false,
|
|
16397
16376
|
"inputs": [
|
|
16398
16377
|
{
|
|
16399
|
-
"
|
|
16400
|
-
"
|
|
16401
|
-
"
|
|
16402
|
-
|
|
16403
|
-
|
|
16404
|
-
|
|
16405
|
-
|
|
16406
|
-
"internalType": "address",
|
|
16407
|
-
"name": "vToken",
|
|
16408
|
-
"type": "address"
|
|
16409
|
-
},
|
|
16378
|
+
"internalType": "uint256",
|
|
16379
|
+
"name": "shares",
|
|
16380
|
+
"type": "uint256"
|
|
16381
|
+
}
|
|
16382
|
+
],
|
|
16383
|
+
"name": "convertToAssets",
|
|
16384
|
+
"outputs": [
|
|
16410
16385
|
{
|
|
16411
|
-
"indexed": false,
|
|
16412
16386
|
"internalType": "uint256",
|
|
16413
|
-
"name": "
|
|
16387
|
+
"name": "",
|
|
16414
16388
|
"type": "uint256"
|
|
16415
16389
|
}
|
|
16416
16390
|
],
|
|
16417
|
-
"
|
|
16418
|
-
"type": "
|
|
16391
|
+
"stateMutability": "pure",
|
|
16392
|
+
"type": "function"
|
|
16419
16393
|
},
|
|
16420
16394
|
{
|
|
16421
|
-
"
|
|
16422
|
-
"
|
|
16395
|
+
"inputs": [],
|
|
16396
|
+
"name": "decimals",
|
|
16397
|
+
"outputs": [
|
|
16423
16398
|
{
|
|
16424
|
-
"
|
|
16425
|
-
"
|
|
16426
|
-
"
|
|
16427
|
-
|
|
16428
|
-
|
|
16399
|
+
"internalType": "uint8",
|
|
16400
|
+
"name": "",
|
|
16401
|
+
"type": "uint8"
|
|
16402
|
+
}
|
|
16403
|
+
],
|
|
16404
|
+
"stateMutability": "view",
|
|
16405
|
+
"type": "function"
|
|
16406
|
+
},
|
|
16407
|
+
{
|
|
16408
|
+
"inputs": [
|
|
16429
16409
|
{
|
|
16430
|
-
"indexed": true,
|
|
16431
16410
|
"internalType": "address",
|
|
16432
|
-
"name": "
|
|
16411
|
+
"name": "spender",
|
|
16433
16412
|
"type": "address"
|
|
16434
16413
|
},
|
|
16435
16414
|
{
|
|
16436
|
-
"indexed": false,
|
|
16437
16415
|
"internalType": "uint256",
|
|
16438
|
-
"name": "
|
|
16416
|
+
"name": "subtractedValue",
|
|
16439
16417
|
"type": "uint256"
|
|
16440
16418
|
}
|
|
16441
16419
|
],
|
|
16442
|
-
"name": "
|
|
16443
|
-
"
|
|
16444
|
-
|
|
16445
|
-
|
|
16446
|
-
|
|
16447
|
-
|
|
16420
|
+
"name": "decreaseAllowance",
|
|
16421
|
+
"outputs": [
|
|
16422
|
+
{
|
|
16423
|
+
"internalType": "bool",
|
|
16424
|
+
"name": "",
|
|
16425
|
+
"type": "bool"
|
|
16426
|
+
}
|
|
16427
|
+
],
|
|
16428
|
+
"stateMutability": "nonpayable",
|
|
16429
|
+
"type": "function"
|
|
16448
16430
|
},
|
|
16449
16431
|
{
|
|
16450
|
-
"inputs": [
|
|
16451
|
-
|
|
16432
|
+
"inputs": [
|
|
16433
|
+
{
|
|
16434
|
+
"internalType": "uint256",
|
|
16435
|
+
"name": "amount",
|
|
16436
|
+
"type": "uint256"
|
|
16437
|
+
}
|
|
16438
|
+
],
|
|
16439
|
+
"name": "faucet",
|
|
16452
16440
|
"outputs": [],
|
|
16453
16441
|
"stateMutability": "nonpayable",
|
|
16454
16442
|
"type": "function"
|
|
16455
16443
|
},
|
|
16456
16444
|
{
|
|
16457
16445
|
"inputs": [
|
|
16446
|
+
{
|
|
16447
|
+
"internalType": "address",
|
|
16448
|
+
"name": "spender",
|
|
16449
|
+
"type": "address"
|
|
16450
|
+
},
|
|
16458
16451
|
{
|
|
16459
16452
|
"internalType": "uint256",
|
|
16460
|
-
"name": "
|
|
16453
|
+
"name": "addedValue",
|
|
16461
16454
|
"type": "uint256"
|
|
16462
16455
|
}
|
|
16463
16456
|
],
|
|
16464
|
-
"name": "
|
|
16465
|
-
"outputs": [
|
|
16457
|
+
"name": "increaseAllowance",
|
|
16458
|
+
"outputs": [
|
|
16459
|
+
{
|
|
16460
|
+
"internalType": "bool",
|
|
16461
|
+
"name": "",
|
|
16462
|
+
"type": "bool"
|
|
16463
|
+
}
|
|
16464
|
+
],
|
|
16466
16465
|
"stateMutability": "nonpayable",
|
|
16467
16466
|
"type": "function"
|
|
16468
16467
|
},
|
|
16469
16468
|
{
|
|
16470
16469
|
"inputs": [],
|
|
16471
|
-
"name": "
|
|
16470
|
+
"name": "name",
|
|
16472
16471
|
"outputs": [
|
|
16473
16472
|
{
|
|
16474
|
-
"internalType": "
|
|
16473
|
+
"internalType": "string",
|
|
16475
16474
|
"name": "",
|
|
16476
|
-
"type": "
|
|
16475
|
+
"type": "string"
|
|
16477
16476
|
}
|
|
16478
16477
|
],
|
|
16479
16478
|
"stateMutability": "view",
|
|
@@ -16481,40 +16480,1353 @@
|
|
|
16481
16480
|
},
|
|
16482
16481
|
{
|
|
16483
16482
|
"inputs": [],
|
|
16484
|
-
"name": "
|
|
16483
|
+
"name": "symbol",
|
|
16485
16484
|
"outputs": [
|
|
16486
16485
|
{
|
|
16487
|
-
"internalType": "
|
|
16486
|
+
"internalType": "string",
|
|
16488
16487
|
"name": "",
|
|
16489
|
-
"type": "
|
|
16488
|
+
"type": "string"
|
|
16490
16489
|
}
|
|
16491
16490
|
],
|
|
16492
16491
|
"stateMutability": "view",
|
|
16493
16492
|
"type": "function"
|
|
16494
16493
|
},
|
|
16495
16494
|
{
|
|
16496
|
-
"inputs": [
|
|
16495
|
+
"inputs": [],
|
|
16496
|
+
"name": "totalSupply",
|
|
16497
|
+
"outputs": [
|
|
16497
16498
|
{
|
|
16498
16499
|
"internalType": "uint256",
|
|
16499
|
-
"name": "
|
|
16500
|
+
"name": "",
|
|
16500
16501
|
"type": "uint256"
|
|
16501
16502
|
}
|
|
16502
16503
|
],
|
|
16503
|
-
"
|
|
16504
|
-
"outputs": [],
|
|
16505
|
-
"stateMutability": "nonpayable",
|
|
16504
|
+
"stateMutability": "view",
|
|
16506
16505
|
"type": "function"
|
|
16507
16506
|
},
|
|
16508
16507
|
{
|
|
16509
16508
|
"inputs": [
|
|
16509
|
+
{
|
|
16510
|
+
"internalType": "address",
|
|
16511
|
+
"name": "to",
|
|
16512
|
+
"type": "address"
|
|
16513
|
+
},
|
|
16510
16514
|
{
|
|
16511
16515
|
"internalType": "uint256",
|
|
16512
|
-
"name": "
|
|
16516
|
+
"name": "amount",
|
|
16513
16517
|
"type": "uint256"
|
|
16514
16518
|
}
|
|
16515
16519
|
],
|
|
16516
|
-
"name": "
|
|
16517
|
-
"outputs": [
|
|
16520
|
+
"name": "transfer",
|
|
16521
|
+
"outputs": [
|
|
16522
|
+
{
|
|
16523
|
+
"internalType": "bool",
|
|
16524
|
+
"name": "",
|
|
16525
|
+
"type": "bool"
|
|
16526
|
+
}
|
|
16527
|
+
],
|
|
16528
|
+
"stateMutability": "nonpayable",
|
|
16529
|
+
"type": "function"
|
|
16530
|
+
},
|
|
16531
|
+
{
|
|
16532
|
+
"inputs": [
|
|
16533
|
+
{
|
|
16534
|
+
"internalType": "address",
|
|
16535
|
+
"name": "from",
|
|
16536
|
+
"type": "address"
|
|
16537
|
+
},
|
|
16538
|
+
{
|
|
16539
|
+
"internalType": "address",
|
|
16540
|
+
"name": "to",
|
|
16541
|
+
"type": "address"
|
|
16542
|
+
},
|
|
16543
|
+
{
|
|
16544
|
+
"internalType": "uint256",
|
|
16545
|
+
"name": "amount",
|
|
16546
|
+
"type": "uint256"
|
|
16547
|
+
}
|
|
16548
|
+
],
|
|
16549
|
+
"name": "transferFrom",
|
|
16550
|
+
"outputs": [
|
|
16551
|
+
{
|
|
16552
|
+
"internalType": "bool",
|
|
16553
|
+
"name": "",
|
|
16554
|
+
"type": "bool"
|
|
16555
|
+
}
|
|
16556
|
+
],
|
|
16557
|
+
"stateMutability": "nonpayable",
|
|
16558
|
+
"type": "function"
|
|
16559
|
+
}
|
|
16560
|
+
]
|
|
16561
|
+
},
|
|
16562
|
+
"MockyvUSDS-1": {
|
|
16563
|
+
"address": "0xC6A0e98B8D9E9F1160E9cE1f2E0172F41FB06BC2",
|
|
16564
|
+
"abi": [
|
|
16565
|
+
{
|
|
16566
|
+
"inputs": [
|
|
16567
|
+
{
|
|
16568
|
+
"internalType": "string",
|
|
16569
|
+
"name": "name_",
|
|
16570
|
+
"type": "string"
|
|
16571
|
+
},
|
|
16572
|
+
{
|
|
16573
|
+
"internalType": "string",
|
|
16574
|
+
"name": "symbol_",
|
|
16575
|
+
"type": "string"
|
|
16576
|
+
},
|
|
16577
|
+
{
|
|
16578
|
+
"internalType": "uint8",
|
|
16579
|
+
"name": "decimals_",
|
|
16580
|
+
"type": "uint8"
|
|
16581
|
+
}
|
|
16582
|
+
],
|
|
16583
|
+
"stateMutability": "nonpayable",
|
|
16584
|
+
"type": "constructor"
|
|
16585
|
+
},
|
|
16586
|
+
{
|
|
16587
|
+
"anonymous": false,
|
|
16588
|
+
"inputs": [
|
|
16589
|
+
{
|
|
16590
|
+
"indexed": true,
|
|
16591
|
+
"internalType": "address",
|
|
16592
|
+
"name": "owner",
|
|
16593
|
+
"type": "address"
|
|
16594
|
+
},
|
|
16595
|
+
{
|
|
16596
|
+
"indexed": true,
|
|
16597
|
+
"internalType": "address",
|
|
16598
|
+
"name": "spender",
|
|
16599
|
+
"type": "address"
|
|
16600
|
+
},
|
|
16601
|
+
{
|
|
16602
|
+
"indexed": false,
|
|
16603
|
+
"internalType": "uint256",
|
|
16604
|
+
"name": "value",
|
|
16605
|
+
"type": "uint256"
|
|
16606
|
+
}
|
|
16607
|
+
],
|
|
16608
|
+
"name": "Approval",
|
|
16609
|
+
"type": "event"
|
|
16610
|
+
},
|
|
16611
|
+
{
|
|
16612
|
+
"anonymous": false,
|
|
16613
|
+
"inputs": [
|
|
16614
|
+
{
|
|
16615
|
+
"indexed": true,
|
|
16616
|
+
"internalType": "address",
|
|
16617
|
+
"name": "from",
|
|
16618
|
+
"type": "address"
|
|
16619
|
+
},
|
|
16620
|
+
{
|
|
16621
|
+
"indexed": true,
|
|
16622
|
+
"internalType": "address",
|
|
16623
|
+
"name": "to",
|
|
16624
|
+
"type": "address"
|
|
16625
|
+
},
|
|
16626
|
+
{
|
|
16627
|
+
"indexed": false,
|
|
16628
|
+
"internalType": "uint256",
|
|
16629
|
+
"name": "value",
|
|
16630
|
+
"type": "uint256"
|
|
16631
|
+
}
|
|
16632
|
+
],
|
|
16633
|
+
"name": "Transfer",
|
|
16634
|
+
"type": "event"
|
|
16635
|
+
},
|
|
16636
|
+
{
|
|
16637
|
+
"inputs": [
|
|
16638
|
+
{
|
|
16639
|
+
"internalType": "address",
|
|
16640
|
+
"name": "owner",
|
|
16641
|
+
"type": "address"
|
|
16642
|
+
},
|
|
16643
|
+
{
|
|
16644
|
+
"internalType": "address",
|
|
16645
|
+
"name": "spender",
|
|
16646
|
+
"type": "address"
|
|
16647
|
+
}
|
|
16648
|
+
],
|
|
16649
|
+
"name": "allowance",
|
|
16650
|
+
"outputs": [
|
|
16651
|
+
{
|
|
16652
|
+
"internalType": "uint256",
|
|
16653
|
+
"name": "",
|
|
16654
|
+
"type": "uint256"
|
|
16655
|
+
}
|
|
16656
|
+
],
|
|
16657
|
+
"stateMutability": "view",
|
|
16658
|
+
"type": "function"
|
|
16659
|
+
},
|
|
16660
|
+
{
|
|
16661
|
+
"inputs": [
|
|
16662
|
+
{
|
|
16663
|
+
"internalType": "address",
|
|
16664
|
+
"name": "spender",
|
|
16665
|
+
"type": "address"
|
|
16666
|
+
},
|
|
16667
|
+
{
|
|
16668
|
+
"internalType": "uint256",
|
|
16669
|
+
"name": "amount",
|
|
16670
|
+
"type": "uint256"
|
|
16671
|
+
}
|
|
16672
|
+
],
|
|
16673
|
+
"name": "approve",
|
|
16674
|
+
"outputs": [
|
|
16675
|
+
{
|
|
16676
|
+
"internalType": "bool",
|
|
16677
|
+
"name": "",
|
|
16678
|
+
"type": "bool"
|
|
16679
|
+
}
|
|
16680
|
+
],
|
|
16681
|
+
"stateMutability": "nonpayable",
|
|
16682
|
+
"type": "function"
|
|
16683
|
+
},
|
|
16684
|
+
{
|
|
16685
|
+
"inputs": [
|
|
16686
|
+
{
|
|
16687
|
+
"internalType": "address",
|
|
16688
|
+
"name": "account",
|
|
16689
|
+
"type": "address"
|
|
16690
|
+
}
|
|
16691
|
+
],
|
|
16692
|
+
"name": "balanceOf",
|
|
16693
|
+
"outputs": [
|
|
16694
|
+
{
|
|
16695
|
+
"internalType": "uint256",
|
|
16696
|
+
"name": "",
|
|
16697
|
+
"type": "uint256"
|
|
16698
|
+
}
|
|
16699
|
+
],
|
|
16700
|
+
"stateMutability": "view",
|
|
16701
|
+
"type": "function"
|
|
16702
|
+
},
|
|
16703
|
+
{
|
|
16704
|
+
"inputs": [
|
|
16705
|
+
{
|
|
16706
|
+
"internalType": "uint256",
|
|
16707
|
+
"name": "shares",
|
|
16708
|
+
"type": "uint256"
|
|
16709
|
+
}
|
|
16710
|
+
],
|
|
16711
|
+
"name": "convertToAssets",
|
|
16712
|
+
"outputs": [
|
|
16713
|
+
{
|
|
16714
|
+
"internalType": "uint256",
|
|
16715
|
+
"name": "",
|
|
16716
|
+
"type": "uint256"
|
|
16717
|
+
}
|
|
16718
|
+
],
|
|
16719
|
+
"stateMutability": "pure",
|
|
16720
|
+
"type": "function"
|
|
16721
|
+
},
|
|
16722
|
+
{
|
|
16723
|
+
"inputs": [],
|
|
16724
|
+
"name": "decimals",
|
|
16725
|
+
"outputs": [
|
|
16726
|
+
{
|
|
16727
|
+
"internalType": "uint8",
|
|
16728
|
+
"name": "",
|
|
16729
|
+
"type": "uint8"
|
|
16730
|
+
}
|
|
16731
|
+
],
|
|
16732
|
+
"stateMutability": "view",
|
|
16733
|
+
"type": "function"
|
|
16734
|
+
},
|
|
16735
|
+
{
|
|
16736
|
+
"inputs": [
|
|
16737
|
+
{
|
|
16738
|
+
"internalType": "address",
|
|
16739
|
+
"name": "spender",
|
|
16740
|
+
"type": "address"
|
|
16741
|
+
},
|
|
16742
|
+
{
|
|
16743
|
+
"internalType": "uint256",
|
|
16744
|
+
"name": "subtractedValue",
|
|
16745
|
+
"type": "uint256"
|
|
16746
|
+
}
|
|
16747
|
+
],
|
|
16748
|
+
"name": "decreaseAllowance",
|
|
16749
|
+
"outputs": [
|
|
16750
|
+
{
|
|
16751
|
+
"internalType": "bool",
|
|
16752
|
+
"name": "",
|
|
16753
|
+
"type": "bool"
|
|
16754
|
+
}
|
|
16755
|
+
],
|
|
16756
|
+
"stateMutability": "nonpayable",
|
|
16757
|
+
"type": "function"
|
|
16758
|
+
},
|
|
16759
|
+
{
|
|
16760
|
+
"inputs": [
|
|
16761
|
+
{
|
|
16762
|
+
"internalType": "uint256",
|
|
16763
|
+
"name": "amount",
|
|
16764
|
+
"type": "uint256"
|
|
16765
|
+
}
|
|
16766
|
+
],
|
|
16767
|
+
"name": "faucet",
|
|
16768
|
+
"outputs": [],
|
|
16769
|
+
"stateMutability": "nonpayable",
|
|
16770
|
+
"type": "function"
|
|
16771
|
+
},
|
|
16772
|
+
{
|
|
16773
|
+
"inputs": [
|
|
16774
|
+
{
|
|
16775
|
+
"internalType": "address",
|
|
16776
|
+
"name": "spender",
|
|
16777
|
+
"type": "address"
|
|
16778
|
+
},
|
|
16779
|
+
{
|
|
16780
|
+
"internalType": "uint256",
|
|
16781
|
+
"name": "addedValue",
|
|
16782
|
+
"type": "uint256"
|
|
16783
|
+
}
|
|
16784
|
+
],
|
|
16785
|
+
"name": "increaseAllowance",
|
|
16786
|
+
"outputs": [
|
|
16787
|
+
{
|
|
16788
|
+
"internalType": "bool",
|
|
16789
|
+
"name": "",
|
|
16790
|
+
"type": "bool"
|
|
16791
|
+
}
|
|
16792
|
+
],
|
|
16793
|
+
"stateMutability": "nonpayable",
|
|
16794
|
+
"type": "function"
|
|
16795
|
+
},
|
|
16796
|
+
{
|
|
16797
|
+
"inputs": [],
|
|
16798
|
+
"name": "name",
|
|
16799
|
+
"outputs": [
|
|
16800
|
+
{
|
|
16801
|
+
"internalType": "string",
|
|
16802
|
+
"name": "",
|
|
16803
|
+
"type": "string"
|
|
16804
|
+
}
|
|
16805
|
+
],
|
|
16806
|
+
"stateMutability": "view",
|
|
16807
|
+
"type": "function"
|
|
16808
|
+
},
|
|
16809
|
+
{
|
|
16810
|
+
"inputs": [],
|
|
16811
|
+
"name": "symbol",
|
|
16812
|
+
"outputs": [
|
|
16813
|
+
{
|
|
16814
|
+
"internalType": "string",
|
|
16815
|
+
"name": "",
|
|
16816
|
+
"type": "string"
|
|
16817
|
+
}
|
|
16818
|
+
],
|
|
16819
|
+
"stateMutability": "view",
|
|
16820
|
+
"type": "function"
|
|
16821
|
+
},
|
|
16822
|
+
{
|
|
16823
|
+
"inputs": [],
|
|
16824
|
+
"name": "totalSupply",
|
|
16825
|
+
"outputs": [
|
|
16826
|
+
{
|
|
16827
|
+
"internalType": "uint256",
|
|
16828
|
+
"name": "",
|
|
16829
|
+
"type": "uint256"
|
|
16830
|
+
}
|
|
16831
|
+
],
|
|
16832
|
+
"stateMutability": "view",
|
|
16833
|
+
"type": "function"
|
|
16834
|
+
},
|
|
16835
|
+
{
|
|
16836
|
+
"inputs": [
|
|
16837
|
+
{
|
|
16838
|
+
"internalType": "address",
|
|
16839
|
+
"name": "to",
|
|
16840
|
+
"type": "address"
|
|
16841
|
+
},
|
|
16842
|
+
{
|
|
16843
|
+
"internalType": "uint256",
|
|
16844
|
+
"name": "amount",
|
|
16845
|
+
"type": "uint256"
|
|
16846
|
+
}
|
|
16847
|
+
],
|
|
16848
|
+
"name": "transfer",
|
|
16849
|
+
"outputs": [
|
|
16850
|
+
{
|
|
16851
|
+
"internalType": "bool",
|
|
16852
|
+
"name": "",
|
|
16853
|
+
"type": "bool"
|
|
16854
|
+
}
|
|
16855
|
+
],
|
|
16856
|
+
"stateMutability": "nonpayable",
|
|
16857
|
+
"type": "function"
|
|
16858
|
+
},
|
|
16859
|
+
{
|
|
16860
|
+
"inputs": [
|
|
16861
|
+
{
|
|
16862
|
+
"internalType": "address",
|
|
16863
|
+
"name": "from",
|
|
16864
|
+
"type": "address"
|
|
16865
|
+
},
|
|
16866
|
+
{
|
|
16867
|
+
"internalType": "address",
|
|
16868
|
+
"name": "to",
|
|
16869
|
+
"type": "address"
|
|
16870
|
+
},
|
|
16871
|
+
{
|
|
16872
|
+
"internalType": "uint256",
|
|
16873
|
+
"name": "amount",
|
|
16874
|
+
"type": "uint256"
|
|
16875
|
+
}
|
|
16876
|
+
],
|
|
16877
|
+
"name": "transferFrom",
|
|
16878
|
+
"outputs": [
|
|
16879
|
+
{
|
|
16880
|
+
"internalType": "bool",
|
|
16881
|
+
"name": "",
|
|
16882
|
+
"type": "bool"
|
|
16883
|
+
}
|
|
16884
|
+
],
|
|
16885
|
+
"stateMutability": "nonpayable",
|
|
16886
|
+
"type": "function"
|
|
16887
|
+
}
|
|
16888
|
+
]
|
|
16889
|
+
},
|
|
16890
|
+
"MockyvUSDT-1": {
|
|
16891
|
+
"address": "0x5cBA66C5415E56CC0Ace55148ffC63f61327478B",
|
|
16892
|
+
"abi": [
|
|
16893
|
+
{
|
|
16894
|
+
"inputs": [
|
|
16895
|
+
{
|
|
16896
|
+
"internalType": "string",
|
|
16897
|
+
"name": "name_",
|
|
16898
|
+
"type": "string"
|
|
16899
|
+
},
|
|
16900
|
+
{
|
|
16901
|
+
"internalType": "string",
|
|
16902
|
+
"name": "symbol_",
|
|
16903
|
+
"type": "string"
|
|
16904
|
+
},
|
|
16905
|
+
{
|
|
16906
|
+
"internalType": "uint8",
|
|
16907
|
+
"name": "decimals_",
|
|
16908
|
+
"type": "uint8"
|
|
16909
|
+
}
|
|
16910
|
+
],
|
|
16911
|
+
"stateMutability": "nonpayable",
|
|
16912
|
+
"type": "constructor"
|
|
16913
|
+
},
|
|
16914
|
+
{
|
|
16915
|
+
"anonymous": false,
|
|
16916
|
+
"inputs": [
|
|
16917
|
+
{
|
|
16918
|
+
"indexed": true,
|
|
16919
|
+
"internalType": "address",
|
|
16920
|
+
"name": "owner",
|
|
16921
|
+
"type": "address"
|
|
16922
|
+
},
|
|
16923
|
+
{
|
|
16924
|
+
"indexed": true,
|
|
16925
|
+
"internalType": "address",
|
|
16926
|
+
"name": "spender",
|
|
16927
|
+
"type": "address"
|
|
16928
|
+
},
|
|
16929
|
+
{
|
|
16930
|
+
"indexed": false,
|
|
16931
|
+
"internalType": "uint256",
|
|
16932
|
+
"name": "value",
|
|
16933
|
+
"type": "uint256"
|
|
16934
|
+
}
|
|
16935
|
+
],
|
|
16936
|
+
"name": "Approval",
|
|
16937
|
+
"type": "event"
|
|
16938
|
+
},
|
|
16939
|
+
{
|
|
16940
|
+
"anonymous": false,
|
|
16941
|
+
"inputs": [
|
|
16942
|
+
{
|
|
16943
|
+
"indexed": true,
|
|
16944
|
+
"internalType": "address",
|
|
16945
|
+
"name": "from",
|
|
16946
|
+
"type": "address"
|
|
16947
|
+
},
|
|
16948
|
+
{
|
|
16949
|
+
"indexed": true,
|
|
16950
|
+
"internalType": "address",
|
|
16951
|
+
"name": "to",
|
|
16952
|
+
"type": "address"
|
|
16953
|
+
},
|
|
16954
|
+
{
|
|
16955
|
+
"indexed": false,
|
|
16956
|
+
"internalType": "uint256",
|
|
16957
|
+
"name": "value",
|
|
16958
|
+
"type": "uint256"
|
|
16959
|
+
}
|
|
16960
|
+
],
|
|
16961
|
+
"name": "Transfer",
|
|
16962
|
+
"type": "event"
|
|
16963
|
+
},
|
|
16964
|
+
{
|
|
16965
|
+
"inputs": [
|
|
16966
|
+
{
|
|
16967
|
+
"internalType": "address",
|
|
16968
|
+
"name": "owner",
|
|
16969
|
+
"type": "address"
|
|
16970
|
+
},
|
|
16971
|
+
{
|
|
16972
|
+
"internalType": "address",
|
|
16973
|
+
"name": "spender",
|
|
16974
|
+
"type": "address"
|
|
16975
|
+
}
|
|
16976
|
+
],
|
|
16977
|
+
"name": "allowance",
|
|
16978
|
+
"outputs": [
|
|
16979
|
+
{
|
|
16980
|
+
"internalType": "uint256",
|
|
16981
|
+
"name": "",
|
|
16982
|
+
"type": "uint256"
|
|
16983
|
+
}
|
|
16984
|
+
],
|
|
16985
|
+
"stateMutability": "view",
|
|
16986
|
+
"type": "function"
|
|
16987
|
+
},
|
|
16988
|
+
{
|
|
16989
|
+
"inputs": [
|
|
16990
|
+
{
|
|
16991
|
+
"internalType": "address",
|
|
16992
|
+
"name": "spender",
|
|
16993
|
+
"type": "address"
|
|
16994
|
+
},
|
|
16995
|
+
{
|
|
16996
|
+
"internalType": "uint256",
|
|
16997
|
+
"name": "amount",
|
|
16998
|
+
"type": "uint256"
|
|
16999
|
+
}
|
|
17000
|
+
],
|
|
17001
|
+
"name": "approve",
|
|
17002
|
+
"outputs": [
|
|
17003
|
+
{
|
|
17004
|
+
"internalType": "bool",
|
|
17005
|
+
"name": "",
|
|
17006
|
+
"type": "bool"
|
|
17007
|
+
}
|
|
17008
|
+
],
|
|
17009
|
+
"stateMutability": "nonpayable",
|
|
17010
|
+
"type": "function"
|
|
17011
|
+
},
|
|
17012
|
+
{
|
|
17013
|
+
"inputs": [
|
|
17014
|
+
{
|
|
17015
|
+
"internalType": "address",
|
|
17016
|
+
"name": "account",
|
|
17017
|
+
"type": "address"
|
|
17018
|
+
}
|
|
17019
|
+
],
|
|
17020
|
+
"name": "balanceOf",
|
|
17021
|
+
"outputs": [
|
|
17022
|
+
{
|
|
17023
|
+
"internalType": "uint256",
|
|
17024
|
+
"name": "",
|
|
17025
|
+
"type": "uint256"
|
|
17026
|
+
}
|
|
17027
|
+
],
|
|
17028
|
+
"stateMutability": "view",
|
|
17029
|
+
"type": "function"
|
|
17030
|
+
},
|
|
17031
|
+
{
|
|
17032
|
+
"inputs": [
|
|
17033
|
+
{
|
|
17034
|
+
"internalType": "uint256",
|
|
17035
|
+
"name": "shares",
|
|
17036
|
+
"type": "uint256"
|
|
17037
|
+
}
|
|
17038
|
+
],
|
|
17039
|
+
"name": "convertToAssets",
|
|
17040
|
+
"outputs": [
|
|
17041
|
+
{
|
|
17042
|
+
"internalType": "uint256",
|
|
17043
|
+
"name": "",
|
|
17044
|
+
"type": "uint256"
|
|
17045
|
+
}
|
|
17046
|
+
],
|
|
17047
|
+
"stateMutability": "pure",
|
|
17048
|
+
"type": "function"
|
|
17049
|
+
},
|
|
17050
|
+
{
|
|
17051
|
+
"inputs": [],
|
|
17052
|
+
"name": "decimals",
|
|
17053
|
+
"outputs": [
|
|
17054
|
+
{
|
|
17055
|
+
"internalType": "uint8",
|
|
17056
|
+
"name": "",
|
|
17057
|
+
"type": "uint8"
|
|
17058
|
+
}
|
|
17059
|
+
],
|
|
17060
|
+
"stateMutability": "view",
|
|
17061
|
+
"type": "function"
|
|
17062
|
+
},
|
|
17063
|
+
{
|
|
17064
|
+
"inputs": [
|
|
17065
|
+
{
|
|
17066
|
+
"internalType": "address",
|
|
17067
|
+
"name": "spender",
|
|
17068
|
+
"type": "address"
|
|
17069
|
+
},
|
|
17070
|
+
{
|
|
17071
|
+
"internalType": "uint256",
|
|
17072
|
+
"name": "subtractedValue",
|
|
17073
|
+
"type": "uint256"
|
|
17074
|
+
}
|
|
17075
|
+
],
|
|
17076
|
+
"name": "decreaseAllowance",
|
|
17077
|
+
"outputs": [
|
|
17078
|
+
{
|
|
17079
|
+
"internalType": "bool",
|
|
17080
|
+
"name": "",
|
|
17081
|
+
"type": "bool"
|
|
17082
|
+
}
|
|
17083
|
+
],
|
|
17084
|
+
"stateMutability": "nonpayable",
|
|
17085
|
+
"type": "function"
|
|
17086
|
+
},
|
|
17087
|
+
{
|
|
17088
|
+
"inputs": [
|
|
17089
|
+
{
|
|
17090
|
+
"internalType": "uint256",
|
|
17091
|
+
"name": "amount",
|
|
17092
|
+
"type": "uint256"
|
|
17093
|
+
}
|
|
17094
|
+
],
|
|
17095
|
+
"name": "faucet",
|
|
17096
|
+
"outputs": [],
|
|
17097
|
+
"stateMutability": "nonpayable",
|
|
17098
|
+
"type": "function"
|
|
17099
|
+
},
|
|
17100
|
+
{
|
|
17101
|
+
"inputs": [
|
|
17102
|
+
{
|
|
17103
|
+
"internalType": "address",
|
|
17104
|
+
"name": "spender",
|
|
17105
|
+
"type": "address"
|
|
17106
|
+
},
|
|
17107
|
+
{
|
|
17108
|
+
"internalType": "uint256",
|
|
17109
|
+
"name": "addedValue",
|
|
17110
|
+
"type": "uint256"
|
|
17111
|
+
}
|
|
17112
|
+
],
|
|
17113
|
+
"name": "increaseAllowance",
|
|
17114
|
+
"outputs": [
|
|
17115
|
+
{
|
|
17116
|
+
"internalType": "bool",
|
|
17117
|
+
"name": "",
|
|
17118
|
+
"type": "bool"
|
|
17119
|
+
}
|
|
17120
|
+
],
|
|
17121
|
+
"stateMutability": "nonpayable",
|
|
17122
|
+
"type": "function"
|
|
17123
|
+
},
|
|
17124
|
+
{
|
|
17125
|
+
"inputs": [],
|
|
17126
|
+
"name": "name",
|
|
17127
|
+
"outputs": [
|
|
17128
|
+
{
|
|
17129
|
+
"internalType": "string",
|
|
17130
|
+
"name": "",
|
|
17131
|
+
"type": "string"
|
|
17132
|
+
}
|
|
17133
|
+
],
|
|
17134
|
+
"stateMutability": "view",
|
|
17135
|
+
"type": "function"
|
|
17136
|
+
},
|
|
17137
|
+
{
|
|
17138
|
+
"inputs": [],
|
|
17139
|
+
"name": "symbol",
|
|
17140
|
+
"outputs": [
|
|
17141
|
+
{
|
|
17142
|
+
"internalType": "string",
|
|
17143
|
+
"name": "",
|
|
17144
|
+
"type": "string"
|
|
17145
|
+
}
|
|
17146
|
+
],
|
|
17147
|
+
"stateMutability": "view",
|
|
17148
|
+
"type": "function"
|
|
17149
|
+
},
|
|
17150
|
+
{
|
|
17151
|
+
"inputs": [],
|
|
17152
|
+
"name": "totalSupply",
|
|
17153
|
+
"outputs": [
|
|
17154
|
+
{
|
|
17155
|
+
"internalType": "uint256",
|
|
17156
|
+
"name": "",
|
|
17157
|
+
"type": "uint256"
|
|
17158
|
+
}
|
|
17159
|
+
],
|
|
17160
|
+
"stateMutability": "view",
|
|
17161
|
+
"type": "function"
|
|
17162
|
+
},
|
|
17163
|
+
{
|
|
17164
|
+
"inputs": [
|
|
17165
|
+
{
|
|
17166
|
+
"internalType": "address",
|
|
17167
|
+
"name": "to",
|
|
17168
|
+
"type": "address"
|
|
17169
|
+
},
|
|
17170
|
+
{
|
|
17171
|
+
"internalType": "uint256",
|
|
17172
|
+
"name": "amount",
|
|
17173
|
+
"type": "uint256"
|
|
17174
|
+
}
|
|
17175
|
+
],
|
|
17176
|
+
"name": "transfer",
|
|
17177
|
+
"outputs": [
|
|
17178
|
+
{
|
|
17179
|
+
"internalType": "bool",
|
|
17180
|
+
"name": "",
|
|
17181
|
+
"type": "bool"
|
|
17182
|
+
}
|
|
17183
|
+
],
|
|
17184
|
+
"stateMutability": "nonpayable",
|
|
17185
|
+
"type": "function"
|
|
17186
|
+
},
|
|
17187
|
+
{
|
|
17188
|
+
"inputs": [
|
|
17189
|
+
{
|
|
17190
|
+
"internalType": "address",
|
|
17191
|
+
"name": "from",
|
|
17192
|
+
"type": "address"
|
|
17193
|
+
},
|
|
17194
|
+
{
|
|
17195
|
+
"internalType": "address",
|
|
17196
|
+
"name": "to",
|
|
17197
|
+
"type": "address"
|
|
17198
|
+
},
|
|
17199
|
+
{
|
|
17200
|
+
"internalType": "uint256",
|
|
17201
|
+
"name": "amount",
|
|
17202
|
+
"type": "uint256"
|
|
17203
|
+
}
|
|
17204
|
+
],
|
|
17205
|
+
"name": "transferFrom",
|
|
17206
|
+
"outputs": [
|
|
17207
|
+
{
|
|
17208
|
+
"internalType": "bool",
|
|
17209
|
+
"name": "",
|
|
17210
|
+
"type": "bool"
|
|
17211
|
+
}
|
|
17212
|
+
],
|
|
17213
|
+
"stateMutability": "nonpayable",
|
|
17214
|
+
"type": "function"
|
|
17215
|
+
}
|
|
17216
|
+
]
|
|
17217
|
+
},
|
|
17218
|
+
"MockyvWETH-1": {
|
|
17219
|
+
"address": "0x99AD7ecf9b1C5aC2A11BB00D7D8a7C54fCd41517",
|
|
17220
|
+
"abi": [
|
|
17221
|
+
{
|
|
17222
|
+
"inputs": [
|
|
17223
|
+
{
|
|
17224
|
+
"internalType": "string",
|
|
17225
|
+
"name": "name_",
|
|
17226
|
+
"type": "string"
|
|
17227
|
+
},
|
|
17228
|
+
{
|
|
17229
|
+
"internalType": "string",
|
|
17230
|
+
"name": "symbol_",
|
|
17231
|
+
"type": "string"
|
|
17232
|
+
},
|
|
17233
|
+
{
|
|
17234
|
+
"internalType": "uint8",
|
|
17235
|
+
"name": "decimals_",
|
|
17236
|
+
"type": "uint8"
|
|
17237
|
+
}
|
|
17238
|
+
],
|
|
17239
|
+
"stateMutability": "nonpayable",
|
|
17240
|
+
"type": "constructor"
|
|
17241
|
+
},
|
|
17242
|
+
{
|
|
17243
|
+
"anonymous": false,
|
|
17244
|
+
"inputs": [
|
|
17245
|
+
{
|
|
17246
|
+
"indexed": true,
|
|
17247
|
+
"internalType": "address",
|
|
17248
|
+
"name": "owner",
|
|
17249
|
+
"type": "address"
|
|
17250
|
+
},
|
|
17251
|
+
{
|
|
17252
|
+
"indexed": true,
|
|
17253
|
+
"internalType": "address",
|
|
17254
|
+
"name": "spender",
|
|
17255
|
+
"type": "address"
|
|
17256
|
+
},
|
|
17257
|
+
{
|
|
17258
|
+
"indexed": false,
|
|
17259
|
+
"internalType": "uint256",
|
|
17260
|
+
"name": "value",
|
|
17261
|
+
"type": "uint256"
|
|
17262
|
+
}
|
|
17263
|
+
],
|
|
17264
|
+
"name": "Approval",
|
|
17265
|
+
"type": "event"
|
|
17266
|
+
},
|
|
17267
|
+
{
|
|
17268
|
+
"anonymous": false,
|
|
17269
|
+
"inputs": [
|
|
17270
|
+
{
|
|
17271
|
+
"indexed": true,
|
|
17272
|
+
"internalType": "address",
|
|
17273
|
+
"name": "from",
|
|
17274
|
+
"type": "address"
|
|
17275
|
+
},
|
|
17276
|
+
{
|
|
17277
|
+
"indexed": true,
|
|
17278
|
+
"internalType": "address",
|
|
17279
|
+
"name": "to",
|
|
17280
|
+
"type": "address"
|
|
17281
|
+
},
|
|
17282
|
+
{
|
|
17283
|
+
"indexed": false,
|
|
17284
|
+
"internalType": "uint256",
|
|
17285
|
+
"name": "value",
|
|
17286
|
+
"type": "uint256"
|
|
17287
|
+
}
|
|
17288
|
+
],
|
|
17289
|
+
"name": "Transfer",
|
|
17290
|
+
"type": "event"
|
|
17291
|
+
},
|
|
17292
|
+
{
|
|
17293
|
+
"inputs": [
|
|
17294
|
+
{
|
|
17295
|
+
"internalType": "address",
|
|
17296
|
+
"name": "owner",
|
|
17297
|
+
"type": "address"
|
|
17298
|
+
},
|
|
17299
|
+
{
|
|
17300
|
+
"internalType": "address",
|
|
17301
|
+
"name": "spender",
|
|
17302
|
+
"type": "address"
|
|
17303
|
+
}
|
|
17304
|
+
],
|
|
17305
|
+
"name": "allowance",
|
|
17306
|
+
"outputs": [
|
|
17307
|
+
{
|
|
17308
|
+
"internalType": "uint256",
|
|
17309
|
+
"name": "",
|
|
17310
|
+
"type": "uint256"
|
|
17311
|
+
}
|
|
17312
|
+
],
|
|
17313
|
+
"stateMutability": "view",
|
|
17314
|
+
"type": "function"
|
|
17315
|
+
},
|
|
17316
|
+
{
|
|
17317
|
+
"inputs": [
|
|
17318
|
+
{
|
|
17319
|
+
"internalType": "address",
|
|
17320
|
+
"name": "spender",
|
|
17321
|
+
"type": "address"
|
|
17322
|
+
},
|
|
17323
|
+
{
|
|
17324
|
+
"internalType": "uint256",
|
|
17325
|
+
"name": "amount",
|
|
17326
|
+
"type": "uint256"
|
|
17327
|
+
}
|
|
17328
|
+
],
|
|
17329
|
+
"name": "approve",
|
|
17330
|
+
"outputs": [
|
|
17331
|
+
{
|
|
17332
|
+
"internalType": "bool",
|
|
17333
|
+
"name": "",
|
|
17334
|
+
"type": "bool"
|
|
17335
|
+
}
|
|
17336
|
+
],
|
|
17337
|
+
"stateMutability": "nonpayable",
|
|
17338
|
+
"type": "function"
|
|
17339
|
+
},
|
|
17340
|
+
{
|
|
17341
|
+
"inputs": [
|
|
17342
|
+
{
|
|
17343
|
+
"internalType": "address",
|
|
17344
|
+
"name": "account",
|
|
17345
|
+
"type": "address"
|
|
17346
|
+
}
|
|
17347
|
+
],
|
|
17348
|
+
"name": "balanceOf",
|
|
17349
|
+
"outputs": [
|
|
17350
|
+
{
|
|
17351
|
+
"internalType": "uint256",
|
|
17352
|
+
"name": "",
|
|
17353
|
+
"type": "uint256"
|
|
17354
|
+
}
|
|
17355
|
+
],
|
|
17356
|
+
"stateMutability": "view",
|
|
17357
|
+
"type": "function"
|
|
17358
|
+
},
|
|
17359
|
+
{
|
|
17360
|
+
"inputs": [
|
|
17361
|
+
{
|
|
17362
|
+
"internalType": "uint256",
|
|
17363
|
+
"name": "shares",
|
|
17364
|
+
"type": "uint256"
|
|
17365
|
+
}
|
|
17366
|
+
],
|
|
17367
|
+
"name": "convertToAssets",
|
|
17368
|
+
"outputs": [
|
|
17369
|
+
{
|
|
17370
|
+
"internalType": "uint256",
|
|
17371
|
+
"name": "",
|
|
17372
|
+
"type": "uint256"
|
|
17373
|
+
}
|
|
17374
|
+
],
|
|
17375
|
+
"stateMutability": "pure",
|
|
17376
|
+
"type": "function"
|
|
17377
|
+
},
|
|
17378
|
+
{
|
|
17379
|
+
"inputs": [],
|
|
17380
|
+
"name": "decimals",
|
|
17381
|
+
"outputs": [
|
|
17382
|
+
{
|
|
17383
|
+
"internalType": "uint8",
|
|
17384
|
+
"name": "",
|
|
17385
|
+
"type": "uint8"
|
|
17386
|
+
}
|
|
17387
|
+
],
|
|
17388
|
+
"stateMutability": "view",
|
|
17389
|
+
"type": "function"
|
|
17390
|
+
},
|
|
17391
|
+
{
|
|
17392
|
+
"inputs": [
|
|
17393
|
+
{
|
|
17394
|
+
"internalType": "address",
|
|
17395
|
+
"name": "spender",
|
|
17396
|
+
"type": "address"
|
|
17397
|
+
},
|
|
17398
|
+
{
|
|
17399
|
+
"internalType": "uint256",
|
|
17400
|
+
"name": "subtractedValue",
|
|
17401
|
+
"type": "uint256"
|
|
17402
|
+
}
|
|
17403
|
+
],
|
|
17404
|
+
"name": "decreaseAllowance",
|
|
17405
|
+
"outputs": [
|
|
17406
|
+
{
|
|
17407
|
+
"internalType": "bool",
|
|
17408
|
+
"name": "",
|
|
17409
|
+
"type": "bool"
|
|
17410
|
+
}
|
|
17411
|
+
],
|
|
17412
|
+
"stateMutability": "nonpayable",
|
|
17413
|
+
"type": "function"
|
|
17414
|
+
},
|
|
17415
|
+
{
|
|
17416
|
+
"inputs": [
|
|
17417
|
+
{
|
|
17418
|
+
"internalType": "uint256",
|
|
17419
|
+
"name": "amount",
|
|
17420
|
+
"type": "uint256"
|
|
17421
|
+
}
|
|
17422
|
+
],
|
|
17423
|
+
"name": "faucet",
|
|
17424
|
+
"outputs": [],
|
|
17425
|
+
"stateMutability": "nonpayable",
|
|
17426
|
+
"type": "function"
|
|
17427
|
+
},
|
|
17428
|
+
{
|
|
17429
|
+
"inputs": [
|
|
17430
|
+
{
|
|
17431
|
+
"internalType": "address",
|
|
17432
|
+
"name": "spender",
|
|
17433
|
+
"type": "address"
|
|
17434
|
+
},
|
|
17435
|
+
{
|
|
17436
|
+
"internalType": "uint256",
|
|
17437
|
+
"name": "addedValue",
|
|
17438
|
+
"type": "uint256"
|
|
17439
|
+
}
|
|
17440
|
+
],
|
|
17441
|
+
"name": "increaseAllowance",
|
|
17442
|
+
"outputs": [
|
|
17443
|
+
{
|
|
17444
|
+
"internalType": "bool",
|
|
17445
|
+
"name": "",
|
|
17446
|
+
"type": "bool"
|
|
17447
|
+
}
|
|
17448
|
+
],
|
|
17449
|
+
"stateMutability": "nonpayable",
|
|
17450
|
+
"type": "function"
|
|
17451
|
+
},
|
|
17452
|
+
{
|
|
17453
|
+
"inputs": [],
|
|
17454
|
+
"name": "name",
|
|
17455
|
+
"outputs": [
|
|
17456
|
+
{
|
|
17457
|
+
"internalType": "string",
|
|
17458
|
+
"name": "",
|
|
17459
|
+
"type": "string"
|
|
17460
|
+
}
|
|
17461
|
+
],
|
|
17462
|
+
"stateMutability": "view",
|
|
17463
|
+
"type": "function"
|
|
17464
|
+
},
|
|
17465
|
+
{
|
|
17466
|
+
"inputs": [],
|
|
17467
|
+
"name": "symbol",
|
|
17468
|
+
"outputs": [
|
|
17469
|
+
{
|
|
17470
|
+
"internalType": "string",
|
|
17471
|
+
"name": "",
|
|
17472
|
+
"type": "string"
|
|
17473
|
+
}
|
|
17474
|
+
],
|
|
17475
|
+
"stateMutability": "view",
|
|
17476
|
+
"type": "function"
|
|
17477
|
+
},
|
|
17478
|
+
{
|
|
17479
|
+
"inputs": [],
|
|
17480
|
+
"name": "totalSupply",
|
|
17481
|
+
"outputs": [
|
|
17482
|
+
{
|
|
17483
|
+
"internalType": "uint256",
|
|
17484
|
+
"name": "",
|
|
17485
|
+
"type": "uint256"
|
|
17486
|
+
}
|
|
17487
|
+
],
|
|
17488
|
+
"stateMutability": "view",
|
|
17489
|
+
"type": "function"
|
|
17490
|
+
},
|
|
17491
|
+
{
|
|
17492
|
+
"inputs": [
|
|
17493
|
+
{
|
|
17494
|
+
"internalType": "address",
|
|
17495
|
+
"name": "to",
|
|
17496
|
+
"type": "address"
|
|
17497
|
+
},
|
|
17498
|
+
{
|
|
17499
|
+
"internalType": "uint256",
|
|
17500
|
+
"name": "amount",
|
|
17501
|
+
"type": "uint256"
|
|
17502
|
+
}
|
|
17503
|
+
],
|
|
17504
|
+
"name": "transfer",
|
|
17505
|
+
"outputs": [
|
|
17506
|
+
{
|
|
17507
|
+
"internalType": "bool",
|
|
17508
|
+
"name": "",
|
|
17509
|
+
"type": "bool"
|
|
17510
|
+
}
|
|
17511
|
+
],
|
|
17512
|
+
"stateMutability": "nonpayable",
|
|
17513
|
+
"type": "function"
|
|
17514
|
+
},
|
|
17515
|
+
{
|
|
17516
|
+
"inputs": [
|
|
17517
|
+
{
|
|
17518
|
+
"internalType": "address",
|
|
17519
|
+
"name": "from",
|
|
17520
|
+
"type": "address"
|
|
17521
|
+
},
|
|
17522
|
+
{
|
|
17523
|
+
"internalType": "address",
|
|
17524
|
+
"name": "to",
|
|
17525
|
+
"type": "address"
|
|
17526
|
+
},
|
|
17527
|
+
{
|
|
17528
|
+
"internalType": "uint256",
|
|
17529
|
+
"name": "amount",
|
|
17530
|
+
"type": "uint256"
|
|
17531
|
+
}
|
|
17532
|
+
],
|
|
17533
|
+
"name": "transferFrom",
|
|
17534
|
+
"outputs": [
|
|
17535
|
+
{
|
|
17536
|
+
"internalType": "bool",
|
|
17537
|
+
"name": "",
|
|
17538
|
+
"type": "bool"
|
|
17539
|
+
}
|
|
17540
|
+
],
|
|
17541
|
+
"stateMutability": "nonpayable",
|
|
17542
|
+
"type": "function"
|
|
17543
|
+
}
|
|
17544
|
+
]
|
|
17545
|
+
},
|
|
17546
|
+
"NativeTokenGateway_vWETH_Core": {
|
|
17547
|
+
"address": "0xb8fD67f215117FADeF06447Af31590309750529D",
|
|
17548
|
+
"abi": [
|
|
17549
|
+
{
|
|
17550
|
+
"inputs": [
|
|
17551
|
+
{
|
|
17552
|
+
"internalType": "contract IVToken",
|
|
17553
|
+
"name": "vWrappedNativeToken",
|
|
17554
|
+
"type": "address"
|
|
17555
|
+
}
|
|
17556
|
+
],
|
|
17557
|
+
"stateMutability": "nonpayable",
|
|
17558
|
+
"type": "constructor"
|
|
17559
|
+
},
|
|
17560
|
+
{
|
|
17561
|
+
"inputs": [],
|
|
17562
|
+
"name": "NativeTokenTransferFailed",
|
|
17563
|
+
"type": "error"
|
|
17564
|
+
},
|
|
17565
|
+
{
|
|
17566
|
+
"inputs": [],
|
|
17567
|
+
"name": "ZeroAddressNotAllowed",
|
|
17568
|
+
"type": "error"
|
|
17569
|
+
},
|
|
17570
|
+
{
|
|
17571
|
+
"inputs": [],
|
|
17572
|
+
"name": "ZeroValueNotAllowed",
|
|
17573
|
+
"type": "error"
|
|
17574
|
+
},
|
|
17575
|
+
{
|
|
17576
|
+
"anonymous": false,
|
|
17577
|
+
"inputs": [
|
|
17578
|
+
{
|
|
17579
|
+
"indexed": true,
|
|
17580
|
+
"internalType": "address",
|
|
17581
|
+
"name": "previousOwner",
|
|
17582
|
+
"type": "address"
|
|
17583
|
+
},
|
|
17584
|
+
{
|
|
17585
|
+
"indexed": true,
|
|
17586
|
+
"internalType": "address",
|
|
17587
|
+
"name": "newOwner",
|
|
17588
|
+
"type": "address"
|
|
17589
|
+
}
|
|
17590
|
+
],
|
|
17591
|
+
"name": "OwnershipTransferStarted",
|
|
17592
|
+
"type": "event"
|
|
17593
|
+
},
|
|
17594
|
+
{
|
|
17595
|
+
"anonymous": false,
|
|
17596
|
+
"inputs": [
|
|
17597
|
+
{
|
|
17598
|
+
"indexed": true,
|
|
17599
|
+
"internalType": "address",
|
|
17600
|
+
"name": "previousOwner",
|
|
17601
|
+
"type": "address"
|
|
17602
|
+
},
|
|
17603
|
+
{
|
|
17604
|
+
"indexed": true,
|
|
17605
|
+
"internalType": "address",
|
|
17606
|
+
"name": "newOwner",
|
|
17607
|
+
"type": "address"
|
|
17608
|
+
}
|
|
17609
|
+
],
|
|
17610
|
+
"name": "OwnershipTransferred",
|
|
17611
|
+
"type": "event"
|
|
17612
|
+
},
|
|
17613
|
+
{
|
|
17614
|
+
"anonymous": false,
|
|
17615
|
+
"inputs": [
|
|
17616
|
+
{
|
|
17617
|
+
"indexed": true,
|
|
17618
|
+
"internalType": "address",
|
|
17619
|
+
"name": "receiver",
|
|
17620
|
+
"type": "address"
|
|
17621
|
+
},
|
|
17622
|
+
{
|
|
17623
|
+
"indexed": false,
|
|
17624
|
+
"internalType": "uint256",
|
|
17625
|
+
"name": "amount",
|
|
17626
|
+
"type": "uint256"
|
|
17627
|
+
}
|
|
17628
|
+
],
|
|
17629
|
+
"name": "SweepNative",
|
|
17630
|
+
"type": "event"
|
|
17631
|
+
},
|
|
17632
|
+
{
|
|
17633
|
+
"anonymous": false,
|
|
17634
|
+
"inputs": [
|
|
17635
|
+
{
|
|
17636
|
+
"indexed": true,
|
|
17637
|
+
"internalType": "address",
|
|
17638
|
+
"name": "token",
|
|
17639
|
+
"type": "address"
|
|
17640
|
+
},
|
|
17641
|
+
{
|
|
17642
|
+
"indexed": true,
|
|
17643
|
+
"internalType": "address",
|
|
17644
|
+
"name": "receiver",
|
|
17645
|
+
"type": "address"
|
|
17646
|
+
},
|
|
17647
|
+
{
|
|
17648
|
+
"indexed": false,
|
|
17649
|
+
"internalType": "uint256",
|
|
17650
|
+
"name": "amount",
|
|
17651
|
+
"type": "uint256"
|
|
17652
|
+
}
|
|
17653
|
+
],
|
|
17654
|
+
"name": "SweepToken",
|
|
17655
|
+
"type": "event"
|
|
17656
|
+
},
|
|
17657
|
+
{
|
|
17658
|
+
"anonymous": false,
|
|
17659
|
+
"inputs": [
|
|
17660
|
+
{
|
|
17661
|
+
"indexed": true,
|
|
17662
|
+
"internalType": "address",
|
|
17663
|
+
"name": "sender",
|
|
17664
|
+
"type": "address"
|
|
17665
|
+
},
|
|
17666
|
+
{
|
|
17667
|
+
"indexed": true,
|
|
17668
|
+
"internalType": "address",
|
|
17669
|
+
"name": "vToken",
|
|
17670
|
+
"type": "address"
|
|
17671
|
+
},
|
|
17672
|
+
{
|
|
17673
|
+
"indexed": false,
|
|
17674
|
+
"internalType": "uint256",
|
|
17675
|
+
"name": "amount",
|
|
17676
|
+
"type": "uint256"
|
|
17677
|
+
}
|
|
17678
|
+
],
|
|
17679
|
+
"name": "TokensBorrowedAndUnwrapped",
|
|
17680
|
+
"type": "event"
|
|
17681
|
+
},
|
|
17682
|
+
{
|
|
17683
|
+
"anonymous": false,
|
|
17684
|
+
"inputs": [
|
|
17685
|
+
{
|
|
17686
|
+
"indexed": true,
|
|
17687
|
+
"internalType": "address",
|
|
17688
|
+
"name": "sender",
|
|
17689
|
+
"type": "address"
|
|
17690
|
+
},
|
|
17691
|
+
{
|
|
17692
|
+
"indexed": true,
|
|
17693
|
+
"internalType": "address",
|
|
17694
|
+
"name": "vToken",
|
|
17695
|
+
"type": "address"
|
|
17696
|
+
},
|
|
17697
|
+
{
|
|
17698
|
+
"indexed": false,
|
|
17699
|
+
"internalType": "uint256",
|
|
17700
|
+
"name": "amount",
|
|
17701
|
+
"type": "uint256"
|
|
17702
|
+
}
|
|
17703
|
+
],
|
|
17704
|
+
"name": "TokensRedeemedAndUnwrapped",
|
|
17705
|
+
"type": "event"
|
|
17706
|
+
},
|
|
17707
|
+
{
|
|
17708
|
+
"anonymous": false,
|
|
17709
|
+
"inputs": [
|
|
17710
|
+
{
|
|
17711
|
+
"indexed": true,
|
|
17712
|
+
"internalType": "address",
|
|
17713
|
+
"name": "sender",
|
|
17714
|
+
"type": "address"
|
|
17715
|
+
},
|
|
17716
|
+
{
|
|
17717
|
+
"indexed": true,
|
|
17718
|
+
"internalType": "address",
|
|
17719
|
+
"name": "vToken",
|
|
17720
|
+
"type": "address"
|
|
17721
|
+
},
|
|
17722
|
+
{
|
|
17723
|
+
"indexed": false,
|
|
17724
|
+
"internalType": "uint256",
|
|
17725
|
+
"name": "amount",
|
|
17726
|
+
"type": "uint256"
|
|
17727
|
+
}
|
|
17728
|
+
],
|
|
17729
|
+
"name": "TokensWrappedAndRepaid",
|
|
17730
|
+
"type": "event"
|
|
17731
|
+
},
|
|
17732
|
+
{
|
|
17733
|
+
"anonymous": false,
|
|
17734
|
+
"inputs": [
|
|
17735
|
+
{
|
|
17736
|
+
"indexed": true,
|
|
17737
|
+
"internalType": "address",
|
|
17738
|
+
"name": "sender",
|
|
17739
|
+
"type": "address"
|
|
17740
|
+
},
|
|
17741
|
+
{
|
|
17742
|
+
"indexed": true,
|
|
17743
|
+
"internalType": "address",
|
|
17744
|
+
"name": "vToken",
|
|
17745
|
+
"type": "address"
|
|
17746
|
+
},
|
|
17747
|
+
{
|
|
17748
|
+
"indexed": false,
|
|
17749
|
+
"internalType": "uint256",
|
|
17750
|
+
"name": "amount",
|
|
17751
|
+
"type": "uint256"
|
|
17752
|
+
}
|
|
17753
|
+
],
|
|
17754
|
+
"name": "TokensWrappedAndSupplied",
|
|
17755
|
+
"type": "event"
|
|
17756
|
+
},
|
|
17757
|
+
{
|
|
17758
|
+
"stateMutability": "payable",
|
|
17759
|
+
"type": "fallback"
|
|
17760
|
+
},
|
|
17761
|
+
{
|
|
17762
|
+
"inputs": [],
|
|
17763
|
+
"name": "acceptOwnership",
|
|
17764
|
+
"outputs": [],
|
|
17765
|
+
"stateMutability": "nonpayable",
|
|
17766
|
+
"type": "function"
|
|
17767
|
+
},
|
|
17768
|
+
{
|
|
17769
|
+
"inputs": [
|
|
17770
|
+
{
|
|
17771
|
+
"internalType": "uint256",
|
|
17772
|
+
"name": "borrowAmount",
|
|
17773
|
+
"type": "uint256"
|
|
17774
|
+
}
|
|
17775
|
+
],
|
|
17776
|
+
"name": "borrowAndUnwrap",
|
|
17777
|
+
"outputs": [],
|
|
17778
|
+
"stateMutability": "nonpayable",
|
|
17779
|
+
"type": "function"
|
|
17780
|
+
},
|
|
17781
|
+
{
|
|
17782
|
+
"inputs": [],
|
|
17783
|
+
"name": "owner",
|
|
17784
|
+
"outputs": [
|
|
17785
|
+
{
|
|
17786
|
+
"internalType": "address",
|
|
17787
|
+
"name": "",
|
|
17788
|
+
"type": "address"
|
|
17789
|
+
}
|
|
17790
|
+
],
|
|
17791
|
+
"stateMutability": "view",
|
|
17792
|
+
"type": "function"
|
|
17793
|
+
},
|
|
17794
|
+
{
|
|
17795
|
+
"inputs": [],
|
|
17796
|
+
"name": "pendingOwner",
|
|
17797
|
+
"outputs": [
|
|
17798
|
+
{
|
|
17799
|
+
"internalType": "address",
|
|
17800
|
+
"name": "",
|
|
17801
|
+
"type": "address"
|
|
17802
|
+
}
|
|
17803
|
+
],
|
|
17804
|
+
"stateMutability": "view",
|
|
17805
|
+
"type": "function"
|
|
17806
|
+
},
|
|
17807
|
+
{
|
|
17808
|
+
"inputs": [
|
|
17809
|
+
{
|
|
17810
|
+
"internalType": "uint256",
|
|
17811
|
+
"name": "redeemTokens",
|
|
17812
|
+
"type": "uint256"
|
|
17813
|
+
}
|
|
17814
|
+
],
|
|
17815
|
+
"name": "redeemAndUnwrap",
|
|
17816
|
+
"outputs": [],
|
|
17817
|
+
"stateMutability": "nonpayable",
|
|
17818
|
+
"type": "function"
|
|
17819
|
+
},
|
|
17820
|
+
{
|
|
17821
|
+
"inputs": [
|
|
17822
|
+
{
|
|
17823
|
+
"internalType": "uint256",
|
|
17824
|
+
"name": "redeemAmount",
|
|
17825
|
+
"type": "uint256"
|
|
17826
|
+
}
|
|
17827
|
+
],
|
|
17828
|
+
"name": "redeemUnderlyingAndUnwrap",
|
|
17829
|
+
"outputs": [],
|
|
16518
17830
|
"stateMutability": "nonpayable",
|
|
16519
17831
|
"type": "function"
|
|
16520
17832
|
},
|
|
@@ -31611,66 +32923,314 @@
|
|
|
31611
32923
|
"type": "uint256"
|
|
31612
32924
|
}
|
|
31613
32925
|
],
|
|
31614
|
-
"stateMutability": "nonpayable",
|
|
32926
|
+
"stateMutability": "nonpayable",
|
|
32927
|
+
"type": "function"
|
|
32928
|
+
},
|
|
32929
|
+
{
|
|
32930
|
+
"inputs": [
|
|
32931
|
+
{
|
|
32932
|
+
"internalType": "address",
|
|
32933
|
+
"name": "borrower",
|
|
32934
|
+
"type": "address"
|
|
32935
|
+
},
|
|
32936
|
+
{
|
|
32937
|
+
"internalType": "uint256",
|
|
32938
|
+
"name": "repayAmount",
|
|
32939
|
+
"type": "uint256"
|
|
32940
|
+
}
|
|
32941
|
+
],
|
|
32942
|
+
"name": "repayBorrowBehalf",
|
|
32943
|
+
"outputs": [
|
|
32944
|
+
{
|
|
32945
|
+
"internalType": "uint256",
|
|
32946
|
+
"name": "",
|
|
32947
|
+
"type": "uint256"
|
|
32948
|
+
}
|
|
32949
|
+
],
|
|
32950
|
+
"stateMutability": "nonpayable",
|
|
32951
|
+
"type": "function"
|
|
32952
|
+
},
|
|
32953
|
+
{
|
|
32954
|
+
"inputs": [],
|
|
32955
|
+
"name": "reserveFactorMantissa",
|
|
32956
|
+
"outputs": [
|
|
32957
|
+
{
|
|
32958
|
+
"internalType": "uint256",
|
|
32959
|
+
"name": "",
|
|
32960
|
+
"type": "uint256"
|
|
32961
|
+
}
|
|
32962
|
+
],
|
|
32963
|
+
"stateMutability": "view",
|
|
32964
|
+
"type": "function"
|
|
32965
|
+
},
|
|
32966
|
+
{
|
|
32967
|
+
"inputs": [
|
|
32968
|
+
{
|
|
32969
|
+
"internalType": "address",
|
|
32970
|
+
"name": "liquidator",
|
|
32971
|
+
"type": "address"
|
|
32972
|
+
},
|
|
32973
|
+
{
|
|
32974
|
+
"internalType": "address",
|
|
32975
|
+
"name": "borrower",
|
|
32976
|
+
"type": "address"
|
|
32977
|
+
},
|
|
32978
|
+
{
|
|
32979
|
+
"internalType": "uint256",
|
|
32980
|
+
"name": "seizeTokens",
|
|
32981
|
+
"type": "uint256"
|
|
32982
|
+
}
|
|
32983
|
+
],
|
|
32984
|
+
"name": "seize",
|
|
32985
|
+
"outputs": [],
|
|
32986
|
+
"stateMutability": "nonpayable",
|
|
32987
|
+
"type": "function"
|
|
32988
|
+
},
|
|
32989
|
+
{
|
|
32990
|
+
"inputs": [
|
|
32991
|
+
{
|
|
32992
|
+
"internalType": "address",
|
|
32993
|
+
"name": "accessControlManager_",
|
|
32994
|
+
"type": "address"
|
|
32995
|
+
}
|
|
32996
|
+
],
|
|
32997
|
+
"name": "setAccessControlManager",
|
|
32998
|
+
"outputs": [],
|
|
32999
|
+
"stateMutability": "nonpayable",
|
|
33000
|
+
"type": "function"
|
|
33001
|
+
},
|
|
33002
|
+
{
|
|
33003
|
+
"inputs": [
|
|
33004
|
+
{
|
|
33005
|
+
"internalType": "contract InterestRateModel",
|
|
33006
|
+
"name": "newInterestRateModel",
|
|
33007
|
+
"type": "address"
|
|
33008
|
+
}
|
|
33009
|
+
],
|
|
33010
|
+
"name": "setInterestRateModel",
|
|
33011
|
+
"outputs": [],
|
|
33012
|
+
"stateMutability": "nonpayable",
|
|
33013
|
+
"type": "function"
|
|
33014
|
+
},
|
|
33015
|
+
{
|
|
33016
|
+
"inputs": [
|
|
33017
|
+
{
|
|
33018
|
+
"internalType": "uint256",
|
|
33019
|
+
"name": "newProtocolSeizeShareMantissa_",
|
|
33020
|
+
"type": "uint256"
|
|
33021
|
+
}
|
|
33022
|
+
],
|
|
33023
|
+
"name": "setProtocolSeizeShare",
|
|
33024
|
+
"outputs": [],
|
|
33025
|
+
"stateMutability": "nonpayable",
|
|
33026
|
+
"type": "function"
|
|
33027
|
+
},
|
|
33028
|
+
{
|
|
33029
|
+
"inputs": [
|
|
33030
|
+
{
|
|
33031
|
+
"internalType": "address payable",
|
|
33032
|
+
"name": "protocolShareReserve_",
|
|
33033
|
+
"type": "address"
|
|
33034
|
+
}
|
|
33035
|
+
],
|
|
33036
|
+
"name": "setProtocolShareReserve",
|
|
33037
|
+
"outputs": [],
|
|
33038
|
+
"stateMutability": "nonpayable",
|
|
33039
|
+
"type": "function"
|
|
33040
|
+
},
|
|
33041
|
+
{
|
|
33042
|
+
"inputs": [
|
|
33043
|
+
{
|
|
33044
|
+
"internalType": "uint256",
|
|
33045
|
+
"name": "_newReduceReservesBlockOrTimestampDelta",
|
|
33046
|
+
"type": "uint256"
|
|
33047
|
+
}
|
|
33048
|
+
],
|
|
33049
|
+
"name": "setReduceReservesBlockDelta",
|
|
33050
|
+
"outputs": [],
|
|
33051
|
+
"stateMutability": "nonpayable",
|
|
33052
|
+
"type": "function"
|
|
33053
|
+
},
|
|
33054
|
+
{
|
|
33055
|
+
"inputs": [
|
|
33056
|
+
{
|
|
33057
|
+
"internalType": "uint256",
|
|
33058
|
+
"name": "newReserveFactorMantissa",
|
|
33059
|
+
"type": "uint256"
|
|
33060
|
+
}
|
|
33061
|
+
],
|
|
33062
|
+
"name": "setReserveFactor",
|
|
33063
|
+
"outputs": [],
|
|
33064
|
+
"stateMutability": "nonpayable",
|
|
33065
|
+
"type": "function"
|
|
33066
|
+
},
|
|
33067
|
+
{
|
|
33068
|
+
"inputs": [
|
|
33069
|
+
{
|
|
33070
|
+
"internalType": "address",
|
|
33071
|
+
"name": "shortfall_",
|
|
33072
|
+
"type": "address"
|
|
33073
|
+
}
|
|
33074
|
+
],
|
|
33075
|
+
"name": "setShortfallContract",
|
|
33076
|
+
"outputs": [],
|
|
33077
|
+
"stateMutability": "nonpayable",
|
|
33078
|
+
"type": "function"
|
|
33079
|
+
},
|
|
33080
|
+
{
|
|
33081
|
+
"inputs": [],
|
|
33082
|
+
"name": "shortfall",
|
|
33083
|
+
"outputs": [
|
|
33084
|
+
{
|
|
33085
|
+
"internalType": "address",
|
|
33086
|
+
"name": "",
|
|
33087
|
+
"type": "address"
|
|
33088
|
+
}
|
|
33089
|
+
],
|
|
33090
|
+
"stateMutability": "view",
|
|
33091
|
+
"type": "function"
|
|
33092
|
+
},
|
|
33093
|
+
{
|
|
33094
|
+
"inputs": [],
|
|
33095
|
+
"name": "supplyRatePerBlock",
|
|
33096
|
+
"outputs": [
|
|
33097
|
+
{
|
|
33098
|
+
"internalType": "uint256",
|
|
33099
|
+
"name": "",
|
|
33100
|
+
"type": "uint256"
|
|
33101
|
+
}
|
|
33102
|
+
],
|
|
33103
|
+
"stateMutability": "view",
|
|
33104
|
+
"type": "function"
|
|
33105
|
+
},
|
|
33106
|
+
{
|
|
33107
|
+
"inputs": [
|
|
33108
|
+
{
|
|
33109
|
+
"internalType": "contract IERC20Upgradeable",
|
|
33110
|
+
"name": "token",
|
|
33111
|
+
"type": "address"
|
|
33112
|
+
}
|
|
33113
|
+
],
|
|
33114
|
+
"name": "sweepToken",
|
|
33115
|
+
"outputs": [],
|
|
33116
|
+
"stateMutability": "nonpayable",
|
|
33117
|
+
"type": "function"
|
|
33118
|
+
},
|
|
33119
|
+
{
|
|
33120
|
+
"inputs": [],
|
|
33121
|
+
"name": "symbol",
|
|
33122
|
+
"outputs": [
|
|
33123
|
+
{
|
|
33124
|
+
"internalType": "string",
|
|
33125
|
+
"name": "",
|
|
33126
|
+
"type": "string"
|
|
33127
|
+
}
|
|
33128
|
+
],
|
|
33129
|
+
"stateMutability": "view",
|
|
33130
|
+
"type": "function"
|
|
33131
|
+
},
|
|
33132
|
+
{
|
|
33133
|
+
"inputs": [],
|
|
33134
|
+
"name": "totalBorrows",
|
|
33135
|
+
"outputs": [
|
|
33136
|
+
{
|
|
33137
|
+
"internalType": "uint256",
|
|
33138
|
+
"name": "",
|
|
33139
|
+
"type": "uint256"
|
|
33140
|
+
}
|
|
33141
|
+
],
|
|
33142
|
+
"stateMutability": "view",
|
|
33143
|
+
"type": "function"
|
|
33144
|
+
},
|
|
33145
|
+
{
|
|
33146
|
+
"inputs": [],
|
|
33147
|
+
"name": "totalBorrowsCurrent",
|
|
33148
|
+
"outputs": [
|
|
33149
|
+
{
|
|
33150
|
+
"internalType": "uint256",
|
|
33151
|
+
"name": "",
|
|
33152
|
+
"type": "uint256"
|
|
33153
|
+
}
|
|
33154
|
+
],
|
|
33155
|
+
"stateMutability": "nonpayable",
|
|
33156
|
+
"type": "function"
|
|
33157
|
+
},
|
|
33158
|
+
{
|
|
33159
|
+
"inputs": [],
|
|
33160
|
+
"name": "totalReserves",
|
|
33161
|
+
"outputs": [
|
|
33162
|
+
{
|
|
33163
|
+
"internalType": "uint256",
|
|
33164
|
+
"name": "",
|
|
33165
|
+
"type": "uint256"
|
|
33166
|
+
}
|
|
33167
|
+
],
|
|
33168
|
+
"stateMutability": "view",
|
|
33169
|
+
"type": "function"
|
|
33170
|
+
},
|
|
33171
|
+
{
|
|
33172
|
+
"inputs": [],
|
|
33173
|
+
"name": "totalSupply",
|
|
33174
|
+
"outputs": [
|
|
33175
|
+
{
|
|
33176
|
+
"internalType": "uint256",
|
|
33177
|
+
"name": "",
|
|
33178
|
+
"type": "uint256"
|
|
33179
|
+
}
|
|
33180
|
+
],
|
|
33181
|
+
"stateMutability": "view",
|
|
31615
33182
|
"type": "function"
|
|
31616
33183
|
},
|
|
31617
33184
|
{
|
|
31618
33185
|
"inputs": [
|
|
31619
33186
|
{
|
|
31620
33187
|
"internalType": "address",
|
|
31621
|
-
"name": "
|
|
33188
|
+
"name": "dst",
|
|
31622
33189
|
"type": "address"
|
|
31623
33190
|
},
|
|
31624
33191
|
{
|
|
31625
33192
|
"internalType": "uint256",
|
|
31626
|
-
"name": "
|
|
33193
|
+
"name": "amount",
|
|
31627
33194
|
"type": "uint256"
|
|
31628
33195
|
}
|
|
31629
33196
|
],
|
|
31630
|
-
"name": "
|
|
33197
|
+
"name": "transfer",
|
|
31631
33198
|
"outputs": [
|
|
31632
33199
|
{
|
|
31633
|
-
"internalType": "
|
|
33200
|
+
"internalType": "bool",
|
|
31634
33201
|
"name": "",
|
|
31635
|
-
"type": "
|
|
33202
|
+
"type": "bool"
|
|
31636
33203
|
}
|
|
31637
33204
|
],
|
|
31638
33205
|
"stateMutability": "nonpayable",
|
|
31639
33206
|
"type": "function"
|
|
31640
33207
|
},
|
|
31641
|
-
{
|
|
31642
|
-
"inputs": [],
|
|
31643
|
-
"name": "reserveFactorMantissa",
|
|
31644
|
-
"outputs": [
|
|
31645
|
-
{
|
|
31646
|
-
"internalType": "uint256",
|
|
31647
|
-
"name": "",
|
|
31648
|
-
"type": "uint256"
|
|
31649
|
-
}
|
|
31650
|
-
],
|
|
31651
|
-
"stateMutability": "view",
|
|
31652
|
-
"type": "function"
|
|
31653
|
-
},
|
|
31654
33208
|
{
|
|
31655
33209
|
"inputs": [
|
|
31656
33210
|
{
|
|
31657
33211
|
"internalType": "address",
|
|
31658
|
-
"name": "
|
|
33212
|
+
"name": "src",
|
|
31659
33213
|
"type": "address"
|
|
31660
33214
|
},
|
|
31661
33215
|
{
|
|
31662
33216
|
"internalType": "address",
|
|
31663
|
-
"name": "
|
|
33217
|
+
"name": "dst",
|
|
31664
33218
|
"type": "address"
|
|
31665
33219
|
},
|
|
31666
33220
|
{
|
|
31667
33221
|
"internalType": "uint256",
|
|
31668
|
-
"name": "
|
|
33222
|
+
"name": "amount",
|
|
31669
33223
|
"type": "uint256"
|
|
31670
33224
|
}
|
|
31671
33225
|
],
|
|
31672
|
-
"name": "
|
|
31673
|
-
"outputs": [
|
|
33226
|
+
"name": "transferFrom",
|
|
33227
|
+
"outputs": [
|
|
33228
|
+
{
|
|
33229
|
+
"internalType": "bool",
|
|
33230
|
+
"name": "",
|
|
33231
|
+
"type": "bool"
|
|
33232
|
+
}
|
|
33233
|
+
],
|
|
31674
33234
|
"stateMutability": "nonpayable",
|
|
31675
33235
|
"type": "function"
|
|
31676
33236
|
},
|
|
@@ -31678,280 +33238,328 @@
|
|
|
31678
33238
|
"inputs": [
|
|
31679
33239
|
{
|
|
31680
33240
|
"internalType": "address",
|
|
31681
|
-
"name": "
|
|
33241
|
+
"name": "newOwner",
|
|
31682
33242
|
"type": "address"
|
|
31683
33243
|
}
|
|
31684
33244
|
],
|
|
31685
|
-
"name": "
|
|
33245
|
+
"name": "transferOwnership",
|
|
31686
33246
|
"outputs": [],
|
|
31687
33247
|
"stateMutability": "nonpayable",
|
|
31688
33248
|
"type": "function"
|
|
31689
33249
|
},
|
|
31690
33250
|
{
|
|
31691
|
-
"inputs": [
|
|
33251
|
+
"inputs": [],
|
|
33252
|
+
"name": "underlying",
|
|
33253
|
+
"outputs": [
|
|
31692
33254
|
{
|
|
31693
|
-
"internalType": "
|
|
31694
|
-
"name": "
|
|
33255
|
+
"internalType": "address",
|
|
33256
|
+
"name": "",
|
|
31695
33257
|
"type": "address"
|
|
31696
33258
|
}
|
|
31697
33259
|
],
|
|
31698
|
-
"
|
|
31699
|
-
"outputs": [],
|
|
31700
|
-
"stateMutability": "nonpayable",
|
|
33260
|
+
"stateMutability": "view",
|
|
31701
33261
|
"type": "function"
|
|
31702
|
-
}
|
|
33262
|
+
}
|
|
33263
|
+
]
|
|
33264
|
+
},
|
|
33265
|
+
"VToken_vBAL_Core": {
|
|
33266
|
+
"address": "0xD4B82B7B7CdedB029e0E58AC1B6a04F6616BEd40",
|
|
33267
|
+
"abi": [
|
|
31703
33268
|
{
|
|
31704
33269
|
"inputs": [
|
|
31705
33270
|
{
|
|
31706
|
-
"internalType": "
|
|
31707
|
-
"name": "
|
|
31708
|
-
"type": "
|
|
33271
|
+
"internalType": "address",
|
|
33272
|
+
"name": "beacon",
|
|
33273
|
+
"type": "address"
|
|
33274
|
+
},
|
|
33275
|
+
{
|
|
33276
|
+
"internalType": "bytes",
|
|
33277
|
+
"name": "data",
|
|
33278
|
+
"type": "bytes"
|
|
31709
33279
|
}
|
|
31710
33280
|
],
|
|
31711
|
-
"
|
|
31712
|
-
"
|
|
31713
|
-
"stateMutability": "nonpayable",
|
|
31714
|
-
"type": "function"
|
|
33281
|
+
"stateMutability": "payable",
|
|
33282
|
+
"type": "constructor"
|
|
31715
33283
|
},
|
|
31716
33284
|
{
|
|
33285
|
+
"anonymous": false,
|
|
31717
33286
|
"inputs": [
|
|
31718
33287
|
{
|
|
31719
|
-
"
|
|
31720
|
-
"
|
|
33288
|
+
"indexed": false,
|
|
33289
|
+
"internalType": "address",
|
|
33290
|
+
"name": "previousAdmin",
|
|
33291
|
+
"type": "address"
|
|
33292
|
+
},
|
|
33293
|
+
{
|
|
33294
|
+
"indexed": false,
|
|
33295
|
+
"internalType": "address",
|
|
33296
|
+
"name": "newAdmin",
|
|
31721
33297
|
"type": "address"
|
|
31722
33298
|
}
|
|
31723
33299
|
],
|
|
31724
|
-
"name": "
|
|
31725
|
-
"
|
|
31726
|
-
"stateMutability": "nonpayable",
|
|
31727
|
-
"type": "function"
|
|
33300
|
+
"name": "AdminChanged",
|
|
33301
|
+
"type": "event"
|
|
31728
33302
|
},
|
|
31729
33303
|
{
|
|
33304
|
+
"anonymous": false,
|
|
31730
33305
|
"inputs": [
|
|
31731
33306
|
{
|
|
31732
|
-
"
|
|
31733
|
-
"
|
|
31734
|
-
"
|
|
33307
|
+
"indexed": true,
|
|
33308
|
+
"internalType": "address",
|
|
33309
|
+
"name": "beacon",
|
|
33310
|
+
"type": "address"
|
|
31735
33311
|
}
|
|
31736
33312
|
],
|
|
31737
|
-
"name": "
|
|
31738
|
-
"
|
|
31739
|
-
"stateMutability": "nonpayable",
|
|
31740
|
-
"type": "function"
|
|
33313
|
+
"name": "BeaconUpgraded",
|
|
33314
|
+
"type": "event"
|
|
31741
33315
|
},
|
|
31742
33316
|
{
|
|
33317
|
+
"anonymous": false,
|
|
31743
33318
|
"inputs": [
|
|
31744
33319
|
{
|
|
31745
|
-
"
|
|
31746
|
-
"
|
|
31747
|
-
"
|
|
33320
|
+
"indexed": true,
|
|
33321
|
+
"internalType": "address",
|
|
33322
|
+
"name": "implementation",
|
|
33323
|
+
"type": "address"
|
|
31748
33324
|
}
|
|
31749
33325
|
],
|
|
31750
|
-
"name": "
|
|
31751
|
-
"
|
|
31752
|
-
|
|
31753
|
-
|
|
33326
|
+
"name": "Upgraded",
|
|
33327
|
+
"type": "event"
|
|
33328
|
+
},
|
|
33329
|
+
{
|
|
33330
|
+
"stateMutability": "payable",
|
|
33331
|
+
"type": "fallback"
|
|
31754
33332
|
},
|
|
33333
|
+
{
|
|
33334
|
+
"stateMutability": "payable",
|
|
33335
|
+
"type": "receive"
|
|
33336
|
+
}
|
|
33337
|
+
]
|
|
33338
|
+
},
|
|
33339
|
+
"VToken_vCRV_Core": {
|
|
33340
|
+
"address": "0x121E3be152F283319310D807ed847E8b98319C1e",
|
|
33341
|
+
"abi": [
|
|
31755
33342
|
{
|
|
31756
33343
|
"inputs": [
|
|
31757
33344
|
{
|
|
31758
33345
|
"internalType": "address",
|
|
31759
|
-
"name": "
|
|
33346
|
+
"name": "beacon",
|
|
31760
33347
|
"type": "address"
|
|
33348
|
+
},
|
|
33349
|
+
{
|
|
33350
|
+
"internalType": "bytes",
|
|
33351
|
+
"name": "data",
|
|
33352
|
+
"type": "bytes"
|
|
31761
33353
|
}
|
|
31762
33354
|
],
|
|
31763
|
-
"
|
|
31764
|
-
"
|
|
31765
|
-
"stateMutability": "nonpayable",
|
|
31766
|
-
"type": "function"
|
|
33355
|
+
"stateMutability": "payable",
|
|
33356
|
+
"type": "constructor"
|
|
31767
33357
|
},
|
|
31768
33358
|
{
|
|
31769
|
-
"
|
|
31770
|
-
"
|
|
31771
|
-
"outputs": [
|
|
33359
|
+
"anonymous": false,
|
|
33360
|
+
"inputs": [
|
|
31772
33361
|
{
|
|
33362
|
+
"indexed": false,
|
|
31773
33363
|
"internalType": "address",
|
|
31774
|
-
"name": "",
|
|
33364
|
+
"name": "previousAdmin",
|
|
33365
|
+
"type": "address"
|
|
33366
|
+
},
|
|
33367
|
+
{
|
|
33368
|
+
"indexed": false,
|
|
33369
|
+
"internalType": "address",
|
|
33370
|
+
"name": "newAdmin",
|
|
31775
33371
|
"type": "address"
|
|
31776
33372
|
}
|
|
31777
33373
|
],
|
|
31778
|
-
"
|
|
31779
|
-
"type": "
|
|
33374
|
+
"name": "AdminChanged",
|
|
33375
|
+
"type": "event"
|
|
31780
33376
|
},
|
|
31781
33377
|
{
|
|
31782
|
-
"
|
|
31783
|
-
"
|
|
31784
|
-
"outputs": [
|
|
33378
|
+
"anonymous": false,
|
|
33379
|
+
"inputs": [
|
|
31785
33380
|
{
|
|
31786
|
-
"
|
|
31787
|
-
"
|
|
31788
|
-
"
|
|
33381
|
+
"indexed": true,
|
|
33382
|
+
"internalType": "address",
|
|
33383
|
+
"name": "beacon",
|
|
33384
|
+
"type": "address"
|
|
31789
33385
|
}
|
|
31790
33386
|
],
|
|
31791
|
-
"
|
|
31792
|
-
"type": "
|
|
33387
|
+
"name": "BeaconUpgraded",
|
|
33388
|
+
"type": "event"
|
|
31793
33389
|
},
|
|
31794
33390
|
{
|
|
33391
|
+
"anonymous": false,
|
|
31795
33392
|
"inputs": [
|
|
31796
33393
|
{
|
|
31797
|
-
"
|
|
31798
|
-
"
|
|
33394
|
+
"indexed": true,
|
|
33395
|
+
"internalType": "address",
|
|
33396
|
+
"name": "implementation",
|
|
31799
33397
|
"type": "address"
|
|
31800
33398
|
}
|
|
31801
33399
|
],
|
|
31802
|
-
"name": "
|
|
31803
|
-
"
|
|
31804
|
-
"stateMutability": "nonpayable",
|
|
31805
|
-
"type": "function"
|
|
33400
|
+
"name": "Upgraded",
|
|
33401
|
+
"type": "event"
|
|
31806
33402
|
},
|
|
31807
33403
|
{
|
|
31808
|
-
"
|
|
31809
|
-
"
|
|
31810
|
-
"outputs": [
|
|
31811
|
-
{
|
|
31812
|
-
"internalType": "string",
|
|
31813
|
-
"name": "",
|
|
31814
|
-
"type": "string"
|
|
31815
|
-
}
|
|
31816
|
-
],
|
|
31817
|
-
"stateMutability": "view",
|
|
31818
|
-
"type": "function"
|
|
33404
|
+
"stateMutability": "payable",
|
|
33405
|
+
"type": "fallback"
|
|
31819
33406
|
},
|
|
31820
33407
|
{
|
|
31821
|
-
"
|
|
31822
|
-
"
|
|
31823
|
-
|
|
33408
|
+
"stateMutability": "payable",
|
|
33409
|
+
"type": "receive"
|
|
33410
|
+
}
|
|
33411
|
+
]
|
|
33412
|
+
},
|
|
33413
|
+
"VToken_vCRV_Curve": {
|
|
33414
|
+
"address": "0x9Db62c5BBc6fb79416545FcCBDB2204099217b78",
|
|
33415
|
+
"abi": [
|
|
33416
|
+
{
|
|
33417
|
+
"inputs": [
|
|
31824
33418
|
{
|
|
31825
|
-
"internalType": "
|
|
31826
|
-
"name": "",
|
|
31827
|
-
"type": "
|
|
33419
|
+
"internalType": "address",
|
|
33420
|
+
"name": "beacon",
|
|
33421
|
+
"type": "address"
|
|
33422
|
+
},
|
|
33423
|
+
{
|
|
33424
|
+
"internalType": "bytes",
|
|
33425
|
+
"name": "data",
|
|
33426
|
+
"type": "bytes"
|
|
31828
33427
|
}
|
|
31829
33428
|
],
|
|
31830
|
-
"stateMutability": "
|
|
31831
|
-
"type": "
|
|
33429
|
+
"stateMutability": "payable",
|
|
33430
|
+
"type": "constructor"
|
|
31832
33431
|
},
|
|
31833
33432
|
{
|
|
31834
|
-
"
|
|
31835
|
-
"
|
|
31836
|
-
"outputs": [
|
|
33433
|
+
"anonymous": false,
|
|
33434
|
+
"inputs": [
|
|
31837
33435
|
{
|
|
31838
|
-
"
|
|
31839
|
-
"
|
|
31840
|
-
"
|
|
33436
|
+
"indexed": false,
|
|
33437
|
+
"internalType": "address",
|
|
33438
|
+
"name": "previousAdmin",
|
|
33439
|
+
"type": "address"
|
|
33440
|
+
},
|
|
33441
|
+
{
|
|
33442
|
+
"indexed": false,
|
|
33443
|
+
"internalType": "address",
|
|
33444
|
+
"name": "newAdmin",
|
|
33445
|
+
"type": "address"
|
|
31841
33446
|
}
|
|
31842
33447
|
],
|
|
31843
|
-
"
|
|
31844
|
-
"type": "
|
|
33448
|
+
"name": "AdminChanged",
|
|
33449
|
+
"type": "event"
|
|
31845
33450
|
},
|
|
31846
33451
|
{
|
|
31847
|
-
"
|
|
31848
|
-
"
|
|
31849
|
-
"outputs": [
|
|
33452
|
+
"anonymous": false,
|
|
33453
|
+
"inputs": [
|
|
31850
33454
|
{
|
|
31851
|
-
"
|
|
31852
|
-
"
|
|
31853
|
-
"
|
|
33455
|
+
"indexed": true,
|
|
33456
|
+
"internalType": "address",
|
|
33457
|
+
"name": "beacon",
|
|
33458
|
+
"type": "address"
|
|
31854
33459
|
}
|
|
31855
33460
|
],
|
|
31856
|
-
"
|
|
31857
|
-
"type": "
|
|
33461
|
+
"name": "BeaconUpgraded",
|
|
33462
|
+
"type": "event"
|
|
31858
33463
|
},
|
|
31859
33464
|
{
|
|
31860
|
-
"
|
|
31861
|
-
"
|
|
31862
|
-
"outputs": [
|
|
33465
|
+
"anonymous": false,
|
|
33466
|
+
"inputs": [
|
|
31863
33467
|
{
|
|
31864
|
-
"
|
|
31865
|
-
"
|
|
31866
|
-
"
|
|
33468
|
+
"indexed": true,
|
|
33469
|
+
"internalType": "address",
|
|
33470
|
+
"name": "implementation",
|
|
33471
|
+
"type": "address"
|
|
31867
33472
|
}
|
|
31868
33473
|
],
|
|
31869
|
-
"
|
|
31870
|
-
"type": "
|
|
33474
|
+
"name": "Upgraded",
|
|
33475
|
+
"type": "event"
|
|
33476
|
+
},
|
|
33477
|
+
{
|
|
33478
|
+
"stateMutability": "payable",
|
|
33479
|
+
"type": "fallback"
|
|
31871
33480
|
},
|
|
33481
|
+
{
|
|
33482
|
+
"stateMutability": "payable",
|
|
33483
|
+
"type": "receive"
|
|
33484
|
+
}
|
|
33485
|
+
]
|
|
33486
|
+
},
|
|
33487
|
+
"VToken_vDAI_Core": {
|
|
33488
|
+
"address": "0xfe050f628bF5278aCfA1e7B13b59fF207e769235",
|
|
33489
|
+
"abi": [
|
|
31872
33490
|
{
|
|
31873
33491
|
"inputs": [
|
|
31874
33492
|
{
|
|
31875
33493
|
"internalType": "address",
|
|
31876
|
-
"name": "
|
|
33494
|
+
"name": "beacon",
|
|
31877
33495
|
"type": "address"
|
|
31878
33496
|
},
|
|
31879
33497
|
{
|
|
31880
|
-
"internalType": "
|
|
31881
|
-
"name": "
|
|
31882
|
-
"type": "
|
|
31883
|
-
}
|
|
31884
|
-
],
|
|
31885
|
-
"name": "transfer",
|
|
31886
|
-
"outputs": [
|
|
31887
|
-
{
|
|
31888
|
-
"internalType": "bool",
|
|
31889
|
-
"name": "",
|
|
31890
|
-
"type": "bool"
|
|
33498
|
+
"internalType": "bytes",
|
|
33499
|
+
"name": "data",
|
|
33500
|
+
"type": "bytes"
|
|
31891
33501
|
}
|
|
31892
33502
|
],
|
|
31893
|
-
"stateMutability": "
|
|
31894
|
-
"type": "
|
|
33503
|
+
"stateMutability": "payable",
|
|
33504
|
+
"type": "constructor"
|
|
31895
33505
|
},
|
|
31896
33506
|
{
|
|
33507
|
+
"anonymous": false,
|
|
31897
33508
|
"inputs": [
|
|
31898
33509
|
{
|
|
33510
|
+
"indexed": false,
|
|
31899
33511
|
"internalType": "address",
|
|
31900
|
-
"name": "
|
|
33512
|
+
"name": "previousAdmin",
|
|
31901
33513
|
"type": "address"
|
|
31902
33514
|
},
|
|
31903
33515
|
{
|
|
33516
|
+
"indexed": false,
|
|
31904
33517
|
"internalType": "address",
|
|
31905
|
-
"name": "
|
|
33518
|
+
"name": "newAdmin",
|
|
31906
33519
|
"type": "address"
|
|
31907
|
-
},
|
|
31908
|
-
{
|
|
31909
|
-
"internalType": "uint256",
|
|
31910
|
-
"name": "amount",
|
|
31911
|
-
"type": "uint256"
|
|
31912
|
-
}
|
|
31913
|
-
],
|
|
31914
|
-
"name": "transferFrom",
|
|
31915
|
-
"outputs": [
|
|
31916
|
-
{
|
|
31917
|
-
"internalType": "bool",
|
|
31918
|
-
"name": "",
|
|
31919
|
-
"type": "bool"
|
|
31920
33520
|
}
|
|
31921
33521
|
],
|
|
31922
|
-
"
|
|
31923
|
-
"type": "
|
|
33522
|
+
"name": "AdminChanged",
|
|
33523
|
+
"type": "event"
|
|
31924
33524
|
},
|
|
31925
33525
|
{
|
|
33526
|
+
"anonymous": false,
|
|
31926
33527
|
"inputs": [
|
|
31927
33528
|
{
|
|
33529
|
+
"indexed": true,
|
|
31928
33530
|
"internalType": "address",
|
|
31929
|
-
"name": "
|
|
33531
|
+
"name": "beacon",
|
|
31930
33532
|
"type": "address"
|
|
31931
33533
|
}
|
|
31932
33534
|
],
|
|
31933
|
-
"name": "
|
|
31934
|
-
"
|
|
31935
|
-
"stateMutability": "nonpayable",
|
|
31936
|
-
"type": "function"
|
|
33535
|
+
"name": "BeaconUpgraded",
|
|
33536
|
+
"type": "event"
|
|
31937
33537
|
},
|
|
31938
33538
|
{
|
|
31939
|
-
"
|
|
31940
|
-
"
|
|
31941
|
-
"outputs": [
|
|
33539
|
+
"anonymous": false,
|
|
33540
|
+
"inputs": [
|
|
31942
33541
|
{
|
|
33542
|
+
"indexed": true,
|
|
31943
33543
|
"internalType": "address",
|
|
31944
|
-
"name": "",
|
|
33544
|
+
"name": "implementation",
|
|
31945
33545
|
"type": "address"
|
|
31946
33546
|
}
|
|
31947
33547
|
],
|
|
31948
|
-
"
|
|
31949
|
-
"type": "
|
|
33548
|
+
"name": "Upgraded",
|
|
33549
|
+
"type": "event"
|
|
33550
|
+
},
|
|
33551
|
+
{
|
|
33552
|
+
"stateMutability": "payable",
|
|
33553
|
+
"type": "fallback"
|
|
33554
|
+
},
|
|
33555
|
+
{
|
|
33556
|
+
"stateMutability": "payable",
|
|
33557
|
+
"type": "receive"
|
|
31950
33558
|
}
|
|
31951
33559
|
]
|
|
31952
33560
|
},
|
|
31953
|
-
"
|
|
31954
|
-
"address": "
|
|
33561
|
+
"VToken_vEIGEN": {
|
|
33562
|
+
"address": "0x6DB4aDbA8F144a57a397b57183BF619e957040B1",
|
|
31955
33563
|
"abi": [
|
|
31956
33564
|
{
|
|
31957
33565
|
"inputs": [
|
|
@@ -32024,8 +33632,8 @@
|
|
|
32024
33632
|
}
|
|
32025
33633
|
]
|
|
32026
33634
|
},
|
|
32027
|
-
"
|
|
32028
|
-
"address": "
|
|
33635
|
+
"VToken_vFRAX_Core": {
|
|
33636
|
+
"address": "0x33942B932159A67E3274f54bC4082cbA4A704340",
|
|
32029
33637
|
"abi": [
|
|
32030
33638
|
{
|
|
32031
33639
|
"inputs": [
|
|
@@ -32098,8 +33706,8 @@
|
|
|
32098
33706
|
}
|
|
32099
33707
|
]
|
|
32100
33708
|
},
|
|
32101
|
-
"
|
|
32102
|
-
"address": "
|
|
33709
|
+
"VToken_vLBTC_Core": {
|
|
33710
|
+
"address": "0x315F064cF5B5968fE1655436e1856F3ca558d395",
|
|
32103
33711
|
"abi": [
|
|
32104
33712
|
{
|
|
32105
33713
|
"inputs": [
|
|
@@ -32172,8 +33780,8 @@
|
|
|
32172
33780
|
}
|
|
32173
33781
|
]
|
|
32174
33782
|
},
|
|
32175
|
-
"
|
|
32176
|
-
"address": "
|
|
33783
|
+
"VToken_vPT-USDe-27MAR2025_Ethena": {
|
|
33784
|
+
"address": "0xf2C00a9C3314f7997721253c49276c8531a30803",
|
|
32177
33785
|
"abi": [
|
|
32178
33786
|
{
|
|
32179
33787
|
"inputs": [
|
|
@@ -32246,8 +33854,8 @@
|
|
|
32246
33854
|
}
|
|
32247
33855
|
]
|
|
32248
33856
|
},
|
|
32249
|
-
"
|
|
32250
|
-
"address": "
|
|
33857
|
+
"VToken_vPT-sUSDE-27MAR2025_Ethena": {
|
|
33858
|
+
"address": "0x6c87587b1813eAf5571318E2139048b04eAaFf97",
|
|
32251
33859
|
"abi": [
|
|
32252
33860
|
{
|
|
32253
33861
|
"inputs": [
|
|
@@ -32320,8 +33928,8 @@
|
|
|
32320
33928
|
}
|
|
32321
33929
|
]
|
|
32322
33930
|
},
|
|
32323
|
-
"
|
|
32324
|
-
"address": "
|
|
33931
|
+
"VToken_vPT-weETH-26DEC2024_LiquidStakedETH": {
|
|
33932
|
+
"address": "0x3AF2bE7AbEF0f840b196D99d79F4B803a5dB14a1",
|
|
32325
33933
|
"abi": [
|
|
32326
33934
|
{
|
|
32327
33935
|
"inputs": [
|
|
@@ -32394,8 +34002,8 @@
|
|
|
32394
34002
|
}
|
|
32395
34003
|
]
|
|
32396
34004
|
},
|
|
32397
|
-
"
|
|
32398
|
-
"address": "
|
|
34005
|
+
"VToken_vTUSD_Core": {
|
|
34006
|
+
"address": "0xE23A1fC1545F1b072308c846a38447b23d322Ee2",
|
|
32399
34007
|
"abi": [
|
|
32400
34008
|
{
|
|
32401
34009
|
"inputs": [
|
|
@@ -32468,8 +34076,8 @@
|
|
|
32468
34076
|
}
|
|
32469
34077
|
]
|
|
32470
34078
|
},
|
|
32471
|
-
"
|
|
32472
|
-
"address": "
|
|
34079
|
+
"VToken_vUSDC_Core": {
|
|
34080
|
+
"address": "0xF87bceab8DD37489015B426bA931e08A4D787616",
|
|
32473
34081
|
"abi": [
|
|
32474
34082
|
{
|
|
32475
34083
|
"inputs": [
|
|
@@ -32542,8 +34150,8 @@
|
|
|
32542
34150
|
}
|
|
32543
34151
|
]
|
|
32544
34152
|
},
|
|
32545
|
-
"
|
|
32546
|
-
"address": "
|
|
34153
|
+
"VToken_vUSDC_Ethena": {
|
|
34154
|
+
"address": "0x466fe60aE3d8520e49D67e3483626786Ba0E6416",
|
|
32547
34155
|
"abi": [
|
|
32548
34156
|
{
|
|
32549
34157
|
"inputs": [
|
|
@@ -32616,8 +34224,8 @@
|
|
|
32616
34224
|
}
|
|
32617
34225
|
]
|
|
32618
34226
|
},
|
|
32619
|
-
"
|
|
32620
|
-
"address": "
|
|
34227
|
+
"VToken_vUSDC_Stablecoins": {
|
|
34228
|
+
"address": "0xD5f83FCbb4a62779D0B37b9E603CD19Ad84884F0",
|
|
32621
34229
|
"abi": [
|
|
32622
34230
|
{
|
|
32623
34231
|
"inputs": [
|
|
@@ -32690,8 +34298,8 @@
|
|
|
32690
34298
|
}
|
|
32691
34299
|
]
|
|
32692
34300
|
},
|
|
32693
|
-
"
|
|
32694
|
-
"address": "
|
|
34301
|
+
"VToken_vUSDS_Core": {
|
|
34302
|
+
"address": "0x459C6a6036e2094d1764a9ca32939b9820b2C8e0",
|
|
32695
34303
|
"abi": [
|
|
32696
34304
|
{
|
|
32697
34305
|
"inputs": [
|
|
@@ -32764,8 +34372,8 @@
|
|
|
32764
34372
|
}
|
|
32765
34373
|
]
|
|
32766
34374
|
},
|
|
32767
|
-
"
|
|
32768
|
-
"address": "
|
|
34375
|
+
"VToken_vUSDT_Core": {
|
|
34376
|
+
"address": "0x19252AFD0B2F539C400aEab7d460CBFbf74c17ff",
|
|
32769
34377
|
"abi": [
|
|
32770
34378
|
{
|
|
32771
34379
|
"inputs": [
|
|
@@ -32838,8 +34446,8 @@
|
|
|
32838
34446
|
}
|
|
32839
34447
|
]
|
|
32840
34448
|
},
|
|
32841
|
-
"
|
|
32842
|
-
"address": "
|
|
34449
|
+
"VToken_vUSDT_Stablecoins": {
|
|
34450
|
+
"address": "0x93dff2053D4B08823d8B39F1dCdf8497f15200f4",
|
|
32843
34451
|
"abi": [
|
|
32844
34452
|
{
|
|
32845
34453
|
"inputs": [
|
|
@@ -32912,8 +34520,8 @@
|
|
|
32912
34520
|
}
|
|
32913
34521
|
]
|
|
32914
34522
|
},
|
|
32915
|
-
"
|
|
32916
|
-
"address": "
|
|
34523
|
+
"VToken_vWBTC_Core": {
|
|
34524
|
+
"address": "0x74E708A7F5486ed73CCCAe54B63e71B1988F1383",
|
|
32917
34525
|
"abi": [
|
|
32918
34526
|
{
|
|
32919
34527
|
"inputs": [
|
|
@@ -32986,8 +34594,8 @@
|
|
|
32986
34594
|
}
|
|
32987
34595
|
]
|
|
32988
34596
|
},
|
|
32989
|
-
"
|
|
32990
|
-
"address": "
|
|
34597
|
+
"VToken_vWETH_Core": {
|
|
34598
|
+
"address": "0xc2931B1fEa69b6D6dA65a50363A8D75d285e4da9",
|
|
32991
34599
|
"abi": [
|
|
32992
34600
|
{
|
|
32993
34601
|
"inputs": [
|
|
@@ -33060,8 +34668,8 @@
|
|
|
33060
34668
|
}
|
|
33061
34669
|
]
|
|
33062
34670
|
},
|
|
33063
|
-
"
|
|
33064
|
-
"address": "
|
|
34671
|
+
"VToken_vWETH_LiquidStakedETH": {
|
|
34672
|
+
"address": "0x9f6213dFa9069a5426Fe8fAE73857712E1259Ed4",
|
|
33065
34673
|
"abi": [
|
|
33066
34674
|
{
|
|
33067
34675
|
"inputs": [
|
|
@@ -33134,8 +34742,8 @@
|
|
|
33134
34742
|
}
|
|
33135
34743
|
]
|
|
33136
34744
|
},
|
|
33137
|
-
"
|
|
33138
|
-
"address": "
|
|
34745
|
+
"VToken_vcrvUSD_Core": {
|
|
34746
|
+
"address": "0xA09cFAd2e138fe6d8FF62df803892cbCb79ED082",
|
|
33139
34747
|
"abi": [
|
|
33140
34748
|
{
|
|
33141
34749
|
"inputs": [
|
|
@@ -33208,8 +34816,8 @@
|
|
|
33208
34816
|
}
|
|
33209
34817
|
]
|
|
33210
34818
|
},
|
|
33211
|
-
"
|
|
33212
|
-
"address": "
|
|
34819
|
+
"VToken_vcrvUSD_Curve": {
|
|
34820
|
+
"address": "0xc7be132027e191636172798B933202E0f9CAD548",
|
|
33213
34821
|
"abi": [
|
|
33214
34822
|
{
|
|
33215
34823
|
"inputs": [
|
|
@@ -33282,8 +34890,8 @@
|
|
|
33282
34890
|
}
|
|
33283
34891
|
]
|
|
33284
34892
|
},
|
|
33285
|
-
"
|
|
33286
|
-
"address": "
|
|
34893
|
+
"VToken_vcrvUSD_Stablecoins": {
|
|
34894
|
+
"address": "0x9C5e7a3B4db931F07A6534f9e44100DDDc78c408",
|
|
33287
34895
|
"abi": [
|
|
33288
34896
|
{
|
|
33289
34897
|
"inputs": [
|
|
@@ -33356,8 +34964,8 @@
|
|
|
33356
34964
|
}
|
|
33357
34965
|
]
|
|
33358
34966
|
},
|
|
33359
|
-
"
|
|
33360
|
-
"address": "
|
|
34967
|
+
"VToken_veBTC": {
|
|
34968
|
+
"address": "0x8E6241389e823111259413810b81a050bd45e5cE",
|
|
33361
34969
|
"abi": [
|
|
33362
34970
|
{
|
|
33363
34971
|
"inputs": [
|
|
@@ -33430,8 +35038,8 @@
|
|
|
33430
35038
|
}
|
|
33431
35039
|
]
|
|
33432
35040
|
},
|
|
33433
|
-
"
|
|
33434
|
-
"address": "
|
|
35041
|
+
"VToken_vezETH_LiquidStakedETH": {
|
|
35042
|
+
"address": "0xF4C1B7528f8B266D8ADf1a85c91d93114FeDbA2A",
|
|
33435
35043
|
"abi": [
|
|
33436
35044
|
{
|
|
33437
35045
|
"inputs": [
|
|
@@ -33504,8 +35112,8 @@
|
|
|
33504
35112
|
}
|
|
33505
35113
|
]
|
|
33506
35114
|
},
|
|
33507
|
-
"
|
|
33508
|
-
"address": "
|
|
35115
|
+
"VToken_vpufETH_LiquidStakedETH": {
|
|
35116
|
+
"address": "0x1E4d64B7c6f1F71969E5137B5Ee8cBa9Ab9c9356",
|
|
33509
35117
|
"abi": [
|
|
33510
35118
|
{
|
|
33511
35119
|
"inputs": [
|
|
@@ -33578,8 +35186,8 @@
|
|
|
33578
35186
|
}
|
|
33579
35187
|
]
|
|
33580
35188
|
},
|
|
33581
|
-
"
|
|
33582
|
-
"address": "
|
|
35189
|
+
"VToken_vrsETH_LiquidStakedETH": {
|
|
35190
|
+
"address": "0x20a83DE526F2CF2fCec2131E07b11F956d8f3Cdf",
|
|
33583
35191
|
"abi": [
|
|
33584
35192
|
{
|
|
33585
35193
|
"inputs": [
|
|
@@ -33652,8 +35260,8 @@
|
|
|
33652
35260
|
}
|
|
33653
35261
|
]
|
|
33654
35262
|
},
|
|
33655
|
-
"
|
|
33656
|
-
"address": "
|
|
35263
|
+
"VToken_vsFRAX_Core": {
|
|
35264
|
+
"address": "0x18995825f033F33fa30CF59c117aD21ff6BdB48c",
|
|
33657
35265
|
"abi": [
|
|
33658
35266
|
{
|
|
33659
35267
|
"inputs": [
|
|
@@ -33726,8 +35334,8 @@
|
|
|
33726
35334
|
}
|
|
33727
35335
|
]
|
|
33728
35336
|
},
|
|
33729
|
-
"
|
|
33730
|
-
"address": "
|
|
35337
|
+
"VToken_vsUSDS_Core": {
|
|
35338
|
+
"address": "0x083a24648614df4b72EFD4e4C81141C044dBB253",
|
|
33731
35339
|
"abi": [
|
|
33732
35340
|
{
|
|
33733
35341
|
"inputs": [
|
|
@@ -33800,8 +35408,8 @@
|
|
|
33800
35408
|
}
|
|
33801
35409
|
]
|
|
33802
35410
|
},
|
|
33803
|
-
"
|
|
33804
|
-
"address": "
|
|
35411
|
+
"VToken_vsUSDe_Ethena": {
|
|
35412
|
+
"address": "0x643a2BE96e7675Ca34bcceCB33F4f0fECA1ba9fC",
|
|
33805
35413
|
"abi": [
|
|
33806
35414
|
{
|
|
33807
35415
|
"inputs": [
|
|
@@ -33874,8 +35482,8 @@
|
|
|
33874
35482
|
}
|
|
33875
35483
|
]
|
|
33876
35484
|
},
|
|
33877
|
-
"
|
|
33878
|
-
"address": "
|
|
35485
|
+
"VToken_vsfrxETH_LiquidStakedETH": {
|
|
35486
|
+
"address": "0x83F63118dcAAdAACBFF36D78ffB88dd474309e70",
|
|
33879
35487
|
"abi": [
|
|
33880
35488
|
{
|
|
33881
35489
|
"inputs": [
|
|
@@ -33948,8 +35556,8 @@
|
|
|
33948
35556
|
}
|
|
33949
35557
|
]
|
|
33950
35558
|
},
|
|
33951
|
-
"
|
|
33952
|
-
"address": "
|
|
35559
|
+
"VToken_vweETH_LiquidStakedETH": {
|
|
35560
|
+
"address": "0x30c31bA6f4652B548fe7a142A949987c3f3Bf80b",
|
|
33953
35561
|
"abi": [
|
|
33954
35562
|
{
|
|
33955
35563
|
"inputs": [
|
|
@@ -34022,8 +35630,8 @@
|
|
|
34022
35630
|
}
|
|
34023
35631
|
]
|
|
34024
35632
|
},
|
|
34025
|
-
"
|
|
34026
|
-
"address": "
|
|
35633
|
+
"VToken_vweETHs_LiquidStakedETH": {
|
|
35634
|
+
"address": "0xB3A201887396F57bad3fF50DFd02022fE1Fd1774",
|
|
34027
35635
|
"abi": [
|
|
34028
35636
|
{
|
|
34029
35637
|
"inputs": [
|
|
@@ -34096,8 +35704,8 @@
|
|
|
34096
35704
|
}
|
|
34097
35705
|
]
|
|
34098
35706
|
},
|
|
34099
|
-
"
|
|
34100
|
-
"address": "
|
|
35707
|
+
"VToken_vwstETH_LiquidStakedETH": {
|
|
35708
|
+
"address": "0x0a95088403229331FeF1EB26a11F9d6C8E73f23D",
|
|
34101
35709
|
"abi": [
|
|
34102
35710
|
{
|
|
34103
35711
|
"inputs": [
|
|
@@ -34170,8 +35778,8 @@
|
|
|
34170
35778
|
}
|
|
34171
35779
|
]
|
|
34172
35780
|
},
|
|
34173
|
-
"
|
|
34174
|
-
"address": "
|
|
35781
|
+
"VToken_vyvUSDC-1_Core": {
|
|
35782
|
+
"address": "0x4bC731477aF00ea83C5eCbAc31E1E9fF85eD8A1e",
|
|
34175
35783
|
"abi": [
|
|
34176
35784
|
{
|
|
34177
35785
|
"inputs": [
|
|
@@ -34244,8 +35852,8 @@
|
|
|
34244
35852
|
}
|
|
34245
35853
|
]
|
|
34246
35854
|
},
|
|
34247
|
-
"
|
|
34248
|
-
"address": "
|
|
35855
|
+
"VToken_vyvUSDS-1_Core": {
|
|
35856
|
+
"address": "0x5e2fB6a1e1570eB61360E87Da44979cb932090B0",
|
|
34249
35857
|
"abi": [
|
|
34250
35858
|
{
|
|
34251
35859
|
"inputs": [
|
|
@@ -34318,8 +35926,8 @@
|
|
|
34318
35926
|
}
|
|
34319
35927
|
]
|
|
34320
35928
|
},
|
|
34321
|
-
"
|
|
34322
|
-
"address": "
|
|
35929
|
+
"VToken_vyvUSDT-1_Core": {
|
|
35930
|
+
"address": "0x9Ec91759d4EBaDE3109cCAD1B7AE199a02312c10",
|
|
34323
35931
|
"abi": [
|
|
34324
35932
|
{
|
|
34325
35933
|
"inputs": [
|
|
@@ -34392,8 +36000,8 @@
|
|
|
34392
36000
|
}
|
|
34393
36001
|
]
|
|
34394
36002
|
},
|
|
34395
|
-
"
|
|
34396
|
-
"address": "
|
|
36003
|
+
"VToken_vyvWETH-1_Core": {
|
|
36004
|
+
"address": "0x271D914014Ac2CD8EB89a4e106Ac15a4e948eEE2",
|
|
34397
36005
|
"abi": [
|
|
34398
36006
|
{
|
|
34399
36007
|
"inputs": [
|