Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($111.48)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 111.605005 | $0.998874 |
$111.48 | |
DAO1 | ERC-20 | 2.82 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20650647 | 2 months ago | | | 0 | 0.000037772800 | |
| 18327538 | a year ago | | | 0 | 0.00016960901 | |
| 16946198 | 2 years ago | | | 0 | 0.00063702449 | |
| 16795933 | 2 years ago | | | 0 | 0.00046016257 | |
| 16497163 | 2 years ago | | | 0 | 0.00040490468 | |
| 16461695 | 2 years ago | | | 0 | 0.0011928750 | |
| 16461672 | 2 years ago | | | 0 | 0.00076155641 | |
| 16281053 | 2 years ago | | | 0 | 0.00070731412 | |
| 16148182 | 2 years ago | | | 0 | 0.0016601835 | |
| 15710471 | 2 years ago | | | 0 | 0.00047616518 |
ABI
ABI objects
Getter at block 21091563
decimals() view returns (uint8)
18
name() view returns (string)
DAO1
owner() view returns (address)
0x920ae8a9c224d554d9642292670a684a1466ed16
symbol() view returns (string)
DAO1
totalSupply() view returns (uint256)
3600000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, address _toAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.