Australia Digital Econmoy
Verified contract
Active on
Ethereum with 586 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Australia Digital Econmoy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14787117 | 3 years ago | | | 0 | 0.0018910470 | |
| 10740975 | 4 years ago | | | 0 | 0.0027731200 | |
| 10736035 | 4 years ago | | | 0 | 0.0024036000 | |
| 10722877 | 4 years ago | | | 0 | 0.0024048000 | |
| 10722829 | 4 years ago | | | 0 | 0.0024048000 | |
| 10721421 | 4 years ago | | | 0 | 0.0024036000 | |
| 10694382 | 4 years ago | | | 0 | 0.0054628000 | |
| 10689743 | 4 years ago | | | 0 | 0.0024048000 | |
| 10689541 | 4 years ago | | | 0 | 0.0054201219 | |
| 10689472 | 4 years ago | | | 0 | 0.0083580840 |
ABI
ABI objects
Getter at block 21284386
decimals() view returns (uint8)
6
name() view returns (string)
Australia Digital Econmoy
owner() view returns (address)
0x52e810267b3e499d9550b576dd03f3c70245e334
paused() view returns (bool)
false
symbol() view returns (string)
ADET
totalSupply() view returns (uint256)
2800000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address _addr) view returns (uint256 balance)
balances(address) view returns (uint256)
frozen(address) view returns (uint256)
frozenOf(address _addr) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(address _addr, uint256 _amount) returns (bool success)
freeze(address _addr, uint256 _value) returns (bool success)
pause()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
unfreeze(address _addr, uint256 _value) returns (bool success)
unpause()
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burned(address indexed from, uint256 value)
Freeze(address indexed from, uint256 value)
Pause()
Transfer(address indexed _from, address indexed _to, uint256 _value)
Unfreeze(address indexed from, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.