Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "GOOSE"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21349221 | 5 days ago | | | 0 | 0.00044029699 | |
| 21348737 | 5 days ago | | | 0 | 0.00048662544 | |
| 21347775 | 5 days ago | | | 0 | 0.00044993248 | |
| 21347179 | 5 days ago | | | 0 | 0.00053506696 | |
| 21347160 | 5 days ago | | | 0 | 0.00063802057 | |
| 21346222 | 5 days ago | | | 0 | 0.00078107401 | |
| 21345786 | 5 days ago | | | 0 | 0.0011104246 | |
| 21345627 | 5 days ago | | | 0 | 0.00086796156 | |
| 21343182 | 6 days ago | | | 0 | 0.00039958578 | |
| 21342239 | 6 days ago | | | 0 | 0.00086051740 |
ABI
ABI objects
Getter at block 21383469
ADD_LIQUIDITY_ADDRESS() view returns (address)
0x581b7fda82923493dc617ece752cfc2f5f2a407c
MAX_TOTAL_SUPPLY() view returns (uint256)
210000000000000000000000000000
PAYMENT_ADDRESS() view returns (address)
0x13a5080af78a4fd65d031bb6d53ece09a734d943
PURCHASE_PRICE() view returns (uint256)
10000000000000000
TOKENS_PER_PURCHASE() view returns (uint256)
50000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
GOOSE
symbol() view returns (string)
GOOSE
totalSupply() view returns (uint256)
210000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
purchaseCount(address) 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)
purchaseTokens(uint256 numPurchases) payable
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.