VETHRevenueCycleTreasury
Verified contract
Active on
Ethereum with 367 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9612…de5f
0x1ca9…c9fe
0x890f…4442
Balances ($1,098,380.77)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VY | ERC-20 | 1.517476M | $0.723821 |
$1,098,380.77 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21081904 | 21 days ago | | | 0 | 0.0015133128 | |
| 20859870 | 2 months ago | | | 0 | 0.00096131477 | |
| 20787371 | 2 months ago | | | 0 | 0.0016517349 | |
| 20631722 | 3 months ago | | | 0 | 0.00085149900 | |
| 20631720 | 3 months ago | | | 0 | 0.00085149900 | |
| 20427674 | 4 months ago | | | 0 | 0.0020147569 | |
| 20324113 | 4 months ago | | | 0 | 0.0016953698 | |
| 20244517 | 4 months ago | | | 0 | 0.00085149900 | |
| 20215072 | 5 months ago | | | 0 | 0.00085149900 | |
| 20189043 | 5 months ago | | | 0.00050100594 | 0.00047441500 |
ABI
ABI objects
Getter at block 21230403
CREATE_PRICE_FACTOR() view returns (uint256)
2000000000000000000
ETH_FEE() view returns (uint256)
20000000000000000
VY_FEE() view returns (uint256)
20000000000000000
YIELD_RATE_FACTOR() view returns (uint256)
1030000000000000000
getGovernanceAddress() view returns (address)
0xfb02cc8773ceb95adc301e47d63ebc633b3bed13
getInitialYieldRate() view returns (uint256)
99550000000000000000000
getMigration() view returns (address)
0x0000000000000000000000000000000000000000
getNonce() view returns (uint256)
160
getRegistrar() view returns (address)
0x96129af7c0183ef62d7e70b12bcc006d00c3de5f
getVETHCirculation() view returns (uint256)
12650352193413140013553293
getVYAllocatedInOffer() view returns (uint256)
123944298436625658305569
getYieldRate() view returns (uint256)
8784308204056254782669
Read-only
getOffer(uint256 id) view returns (struct VETHRevenueCycleTreasuryOffer)
State-modifying
Events closeOffer(uint256 id)
createOffer(uint256 quantity)
decreaseRevenueCycleCirculation(uint256 amount)
increaseRevenueCycleCirculation(uint256 amount)
registrarMigrateTokens()
revokeBackendAgent(address _agent)
setBackendAgent(address _agent)
setMigration(address destination)
tradeOffer(uint256 id) payable
transferMigration(uint256 amount)
updateAddresses()
CloseOffer(uint256 id, uint256 timestamp)
CreateOffer(uint256 id, uint256 quantity, uint256 price, uint256 timestamp)
RevokeBackendAgent(address agent)
SetBackendAgent(address agent)
TradeOffer(uint256 id, address buyer, uint256 sellerQuantity, uint256 buyerQuantity, uint256 unfilledQuantity, uint256 timestamp)
constructor(address registrarAddress, address ethComptrollerAddress_, address[] adminAgents, address[] backendAdminAgents, address[] backendAgents, address[] adminGovAgents, uint256 initialYieldRate_, uint256 initialCirculation)
This contract contains no fallback and receive objects.
This contract contains no error objects.