Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 56 additional slots
No balances found for "Virtue"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20749109 | 2 months ago | | | 0 | 0.000096811036 | |
| 20588944 | 3 months ago | | | 0 | 0.000034009032 | |
| 20582959 | 3 months ago | | | 0 | 0.000022450500 | |
| 20582958 | 3 months ago | | | 0 | 0.000022450500 | |
| 20557770 | 3 months ago | | | 0 | 0.000041434462 | |
| 20557765 | 3 months ago | | | 0 | 0.000077383491 | |
| 20346728 | 4 months ago | | | 0 | 0.00013153935 | |
| 20346673 | 4 months ago | | | 0 | 0.00013895361 | |
| 20203189 | 4 months ago | | | 0 | 0.00013163933 | |
| 20202303 | 4 months ago | | | 0 | 0.000040291422 |
ABI
ABI objects
Getter at block 21163375
bondedSteth() view returns (uint256)
454913733588865253576
decimals() view returns (uint8)
18
idolMainAddress() view returns (address)
0x439cac149b935ae1d726569800972e1669d17094
idolMarketAddress() view returns (address)
0x4ce4f4c4891876ffc0670bd9a25fcc4597db3bbf
name() view returns (string)
Virtue
symbol() view returns (string)
VIRTUE
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getVirtueBondAmt(uint256 _stethAmt) view returns (uint256)
virtueBondCum(uint256 _stethAmt) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
incrementBondedSteth(uint256 _incAmt)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 treasurySupply, address treasuryAddr, uint256 bondSupply, address idolContract, address marketContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.