Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($92.04)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 46.449246 | $1.001 |
$46.5 | |
DONUT | ERC-20 | 8.668521K | $0.005149 |
$44.63 | |
REN | ERC-20 | 22.990568 | $0.039697 |
$0.91 | |
PYRO | ERC-20 | 10K | -- | -- | |
SHUF | ERC-20 | 16.231604 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156321 | 6 hours ago | | | 0 | 0.0010254133 | |
| 21097820 | 8 days ago | | | 0 | 0.00028995049 | |
| 21096703 | 9 days ago | | | 0 | 0.00038221291 | |
| 21093151 | 9 days ago | | | 0 | 0.00084702917 | |
| 21091828 | 9 days ago | | | 0 | 0.00049122861 | |
| 21090285 | 9 days ago | | | 0 | 0.00051633736 | |
| 21084398 | 10 days ago | | | 0 | 0.00062495690 | |
| 21083885 | 10 days ago | | | 0 | 0.00058396962 | |
| 21083069 | 10 days ago | | | 0 | 0.00057284085 | |
| 21083066 | 10 days ago | | | 0 | 0.00061953754 |
ABI
ABI objects
Getter at block 21158074
controller() view returns (address)
0x3d361f670c3099627e7e9ae9c3d6644b0ddf8f69
decimals() view returns (uint8)
18
name() view returns (string)
Donut
symbol() view returns (string)
DONUT
totalSupply() view returns (uint256)
227302502555373677962963060
transfersEnabled() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
changeController(address _newController)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
destroyTokens(address _from, uint256 _amount) returns (bool)
enableTransfers(bool _transfersEnabled)
generateTokens(address _to, uint256 _amount) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
send(address to, uint256 value, bytes data)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _amount)
Sent(address indexed _operator, address indexed _from, address indexed _to, uint256 _amount, bytes _data, bytes _operatorData)
Transfer(address indexed _from, address indexed _to, uint256 _amount)
constructor(string _name, uint8 _decimals, string _symbol, bool _transfersEnabled)
fallback()
This contract contains no error objects.