Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "DACT"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11274819 | 4 years ago | | | 0 | 0.0040141640 | |
| 11274815 | 4 years ago | | | 0 | 0.0015276628 | |
| 11274815 | 4 years ago | | | 0 | 0.0015276628 | |
| 11274813 | 4 years ago | | | 0 | 0.0015284920 | |
| 11274733 | 4 years ago | | | 0 | 0.0016590000 | |
| 11274733 | 4 years ago | | | 0 | 0.0027840000 | |
| 11274733 | 4 years ago | | | 0 | 0.0027840000 | |
| 11274733 | 4 years ago | | | 0 | 0.0027840000 | |
| 11274729 | 4 years ago | | | 0 | 0.0017244240 | |
| 11274712 | 4 years ago | | | 0 | 0.0018570720 |
ABI
ABI objects
Getter at block 21204924
decimals() view returns (uint8)
18
name() view returns (string)
DACT
paused() view returns (bool)
false
symbol() view returns (string)
DACT
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getMainChainAddr(address queryaddr) view returns (string)
isPauser(address account) view returns (bool)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renouncePauser()
setMainChainAddr(string mcaddr) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
SetMainChainAddrEvent(string MainChainAddr)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.