Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8d26…dd61
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ROOT | ERC-20 | 350.246486K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20678539 | 2 months ago | | | 0 | 0.00024865560 | |
| 19718147 | 7 months ago | | | 0 | 0.00022952302 | |
| 19201936 | 9 months ago | | | 0 | 0.00053694855 | |
| 18543834 | a year ago | | | 0 | 0.0015970711 | |
| 18543828 | a year ago | | | 0 | 0.0052104888 | |
| 18543825 | a year ago | | | 0 | 0.0016970451 | |
| 18543820 | a year ago | | | 0 | 0.0018136688 | |
| 18510855 | a year ago | | | 0 | 0.00095698832 | |
| 18510015 | a year ago | | | 0 | 0.00072392951 | |
| 18510005 | a year ago | | | 0 | 0.00060071291 |
ABI
ABI objects
Getter at block 21191272
decimals() view returns (uint8)
18
instantRedemptionBP() view returns (uint256)
2000
name() view returns (string)
esROOT
owner() view returns (address)
0x601936c35fb4c6d8b472de6764c9f09ebf17711c
root() view returns (address)
0x8d2658e0f52df7875a7b3e58fc12f82f5e34dd61
smartWalletChecker() view returns (address)
0x4dd9b1d6594ca3d1a2c0b59b681290779dd40ec7
symbol() view returns (string)
esROOT
totalSupply() view returns (uint256)
282287790986811490165000
vestPeriod() view returns (uint256)
9676800
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
claimable(address claimant) view returns (uint256 totalClaimable)
getTotalUserVestings(address claimant) view returns (uint256 totalVestings)
getVesting(address claimant, uint256 index) view returns (uint256 total, uint256 claimed, uint256 start)
isMinter(address) view returns (bool)
isSender(address) view returns (bool)
lowestUnvestedIndex(address) view returns (uint256)
vestings(address, uint256) view returns (uint256 total, uint256 claimed, uint256 start)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimVested()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
emergencyWithdraw(address token, address to, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
instantRedemption(address to, uint256 amount)
migrateROOT(address root_)
mint(address to, uint256 amount)
renounceOwnership()
setMinter(address minter, bool status)
setSender(address sender, bool status)
setSmartWalletChecker(address _checker)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
vest(address to, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
InstantRedemption(address indexed redeemer, uint256 amount)
MinterStatusSet(address indexed minter, bool status)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ROOTMigration(address newROOT)
SenderStatusSet(address indexed sender, bool status)
Transfer(address indexed from, address indexed to, uint256 value)
VestingClaimed(address indexed claimant, uint256 amount)
VestingCreated(address indexed vestor, uint256 amount, uint256 start)
constructor(address root_, uint256 instantRedemptionBP_, uint256 vestingPeriod_, address smartWalletChecker_)
This contract contains no fallback and receive objects.
This contract contains no error objects.