EtherScanDAO
Verified contract
Active on
Ethereum with 914 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ESD | ERC-20 | 811.458745K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21147873 | a month ago | | | 0 | 0.00014535743 | |
| 20895814 | 2 months ago | | | 0 | 0.000099388828 | |
| 20453033 | 4 months ago | | | 0 | 0.000026311000 | |
| 20149673 | 6 months ago | | | 0 | 0.000094246163 | |
| 20145421 | 6 months ago | | | 0 | 0.00011013962 | |
| 19189806 | 10 months ago | | | 0 | 0.0013624809 | |
| 16872797 | 2 years ago | | | 0 | 0.00030907153 | |
| 15587818 | 2 years ago | | | 0 | 0.00051319151 | |
| 15199017 | 2 years ago | | | 0 | 0.00022524400 | |
| 14821002 | 3 years ago | | | 0 | 0.00056311000 |
ABI
ABI objects
Getter at block 21409273
ADDR_DAO() view returns (address)
0x7f90071cbb97efe9526d5d6c24ee962f30955a86
ADDR_LP() view returns (address)
0x44e09804d25359e410c551688eeeae158d0ebead
ADDR_STAKING() view returns (address)
0xf0f573708670c11d824aa27fb01dc49f8dbec64e
AMOUNT_AIREDROP() view returns (uint256)
50000000000000000000000000000000
AMOUNT_DAO() view returns (uint256)
20000000000000000000000000000000
AMOUNT_LP() view returns (uint256)
10000000000000000000000000000000
AMOUNT_STAKING() view returns (uint256)
20000000000000000000000000000000
MAX_SUPPLY() view returns (uint256)
100000000000000000000000000000000
MINT_CALL_HASH_TYPE() view returns (bytes32)
0x6ac0707cac0c442e03ae738b183f3fb620ee941711ca779bae1b0422a39331ea
cSigner() view returns (address)
0x6b781478f4f96c5c9495349d384e58fe93059384
decimals() view returns (uint8)
18
name() view returns (string)
EtherScanDAO
symbol() view returns (string)
ESD
totalSupply() view returns (uint256)
50132256665457626491760220000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
minted(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claim(uint256 amountV, bytes32 r, bytes32 s)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, 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, address _signer)
This contract contains no fallback and receive objects.
This contract contains no error objects.