DUO Network Token
Verified contract
Active on
Ethereum with 8,988 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 |
---|---|---|---|---|---|
DUO | ERC-20 | 634.81 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21227064 | 4 days ago | | | 0 | 0.00050217331 | |
| 21090085 | 23 days ago | | | 0 | 0.00025585328 | |
| 21082303 | 24 days ago | | | 0 | 0.00038457600 | |
| 20727240 | 2 months ago | | | 0 | 0.00012694706 | |
| 20453257 | 4 months ago | | | 0 | 0.00013837728 | |
| 20388902 | 4 months ago | | | 0 | 0.000040926789 | |
| 20388901 | 4 months ago | | | 0 | 0.000040249820 | |
| 19912652 | 6 months ago | | | 0 | 0.00053442067 | |
| 19856240 | 6 months ago | | | 0 | 0.00014883036 | |
| 19836240 | 6 months ago | | | 0 | 0.000096715538 |
ABI
ABI objects
Getter at block 21256547
decimals() view returns (uint8)
18
name() view returns (string)
DUO Network Token
symbol() view returns (string)
DUO
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool success)
transfer(address to, uint256 value) returns (bool success)
transferFrom(address from, address to, uint256 value) returns (bool success)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.