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 "UniDAG"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7047942 | 6 years ago | | | 0 | 0.00096350000 | |
| 7027585 | 6 years ago | | | 0 | 0.00095087200 | |
| 6603445 | 6 years ago | | | 0 | 0.00013663500 | |
| 6466000 | 6 years ago | | | 0 | 0.00022772500 | |
| 6070835 | 6 years ago | | | 0 | 0.000091090000 | |
| 6070828 | 6 years ago | | | 0 | 0.000073960000 | |
| 6021120 | 6 years ago | | | 0 | 0.00042040000 | |
| 6020081 | 6 years ago | | | 0 | 0.00018243600 | |
| 6013834 | 6 years ago | | | 0 | 0.00017380813 | |
| 6011177 | 6 years ago | | | 0 | 0.00018218000 |
ABI
ABI objects
Getter at block 21332069
CrowdsaleContract() view returns (address)
0xcbd051110b6e5dd69140fb503c3ae764f2e402f2
decimals() view returns (uint8)
18
name() view returns (string)
UniDAG
owner() view returns (address)
0x653859383f60741880f377085ec44cf75702c373
symbol() view returns (string)
UDAG
totalSupply() view returns (uint256)
30300040000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
burnCrowdsale()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.