A2DAO Token
Verified contract
Active on
Ethereum with 8,600 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 |
---|---|---|---|---|---|
CHR | ERC-20 | 1 | $0.263409 |
$0.26 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21250053 | 5 days ago | | | 0 | 0.00048851252 | |
| 21240761 | 7 days ago | | | 0 | 0.00026852103 | |
| 21146331 | 20 days ago | | | 0 | 0.00038413748 | |
| 21146322 | 20 days ago | | | 0 | 0.00043536023 | |
| 21106047 | a month ago | | | 0 | 0.00011734720 | |
| 21095908 | a month ago | | | 0 | 0.00012045963 | |
| 21021549 | a month ago | | | 0 | 0.00086645265 | |
| 20996002 | a month ago | | | 0 | 0.00043081336 | |
| 20951401 | 2 months ago | | | 0 | 0.00053184867 | |
| 20892164 | 2 months ago | | | 0 | 0.00031817058 |
ABI
ABI objects
Getter at block 21289077
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PAUSE_MANAGER_ROLE() view returns (bytes32)
0x356a809dfdea9198dd76fb76bf6d403ecf13ea675eb89e1eda2db2c4a4676a26
TRANSFER_MANAGER_ROLE() view returns (bytes32)
0x183175b7b980894e2ea4c7ef510cf97a6819a85ee72e9e5b0186e21c7db90e84
WHITELISTED_ROLE() view returns (bytes32)
0x8429d542926e6695b59ac6fbdcd9b37e8b1aeb757afab06ab60b1bb5878c3b49
decimals() view returns (uint8)
18
name() view returns (string)
A2DAO Token
paused() view returns (bool)
false
symbol() view returns (string)
ATD
totalSupply() view returns (uint256)
17081361201873020036470000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
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)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceRole(bytes32 role, address account)
revokePauseManagerAdmin()
revokeRole(bytes32 role, address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unpause()
withdrawERC1155(address token, uint256 id, uint256 amount, bytes data)
withdrawERC20(address token)
withdrawERC721(address token, uint256 id)
withdrawETH()
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
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.