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 "Donniecoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13517196 | 7 months ago | | | 0 | 6.5508946e-7 | |
| 12976824 | 7 months ago | | | 0 | 3.7177084e-7 | |
| 12976818 | 7 months ago | | | 0 | 3.7177084e-7 | |
| 12976775 | 7 months ago | | | 0 | 3.4348423e-7 | |
| 12971447 | 7 months ago | | | 0 | 6.5508946e-7 | |
| 12950774 | 7 months ago | | | 0 | 6.5508946e-7 | |
| 12950673 | 7 months ago | | | 0 | 0.0000024632059 | |
| 12950664 | 7 months ago | | | 0 | 0.0000024601979 | |
| 12950481 | 7 months ago | | | 0 | 6.5508946e-7 | |
| 12950428 | 7 months ago | | | 0 | 3.7635327e-7 |
ABI
ABI objects
Getter at block 22325831
decimals() pure returns (uint8)
18
name() view returns (string)
Donniecoin
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
DONNIE
totalSupply() view returns (uint256)
20000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256 remaining)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool success)
burn(uint256 amount) returns (bool)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool success)
transferFrom(address from, address to, uint256 amount) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 supply_, uint256 liquidity_)
This contract contains no fallback and receive objects.
This contract contains no error objects.