Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "A WILD GOOSE"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13845463 | 7 months ago | | | 0 | 0.0000061795297 | |
| 13795412 | 7 months ago | | | 0 | 0.0000023819709 |
ABI
ABI objects
Getter at block 23602954
decimals() view returns (uint8)
18
getAddress() view returns (address)
0x9d70e20abd4d7db926fecccaa95106388a876ff6
name() view returns (string)
A WILD GOOSE
symbol() view returns (string)
WILD
totalSupply() view returns (uint256)
100000000000000000000000000
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)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _ticker, uint256 _supply, address from)
This contract contains no fallback and receive objects.
This contract contains no error objects.