CoreDAO
Verified contract
Active on
Ethereum with 4,480 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 |
---|---|---|---|---|---|
CoreDAO | ERC-20 | 4.637683K | $0.569852 |
$2,642.79 | |
SHIB | ERC-20 | 11.860312M | $0.000024 |
$287.73 | |
HQG | ERC-20 | 0.68 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270873 | an hour ago | | | 0 | 0.00066618287 | |
| 21270861 | an hour ago | | | 0 | 0.00036492284 | |
| 21270843 | an hour ago | | | 0 | 0.00067123951 | |
| 21269608 | 6 hours ago | | | 0 | 0.00030725446 | |
| 21268175 | 10 hours ago | | | 0 | 0.00045899251 | |
| 21268131 | 11 hours ago | | | 0 | 0.00039436726 | |
| 21262770 | a day ago | | | 0 | 0.00027764774 | |
| 21244170 | 4 days ago | | | 0 | 0.00070172872 | |
| 21243785 | 4 days ago | | | 0 | 0.00088778880 | |
| 21243759 | 4 days ago | | | 0 | 0.00087332680 |
ABI
ABI objects
Getter at block 21271271
CORE_DAO_TREASURY() view returns (address)
0xe508a37101fce81ab412626ee5f1a648244380de
decimals() view returns (uint8)
18
name() view returns (string)
CORE DAO
symbol() view returns (string)
CoreDAO
totalSupply() view returns (uint256)
24787799348287193540444179
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
issue(address to, uint256 amount)
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(uint256 startingCOREDAOAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.