Vials of Goo
Verified contract
Active on
Ethereum with 2,609 txns
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 "Vials of Goo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20555449 | 4 months ago | | | 0 | 0.00013926714 | |
| 20551453 | 4 months ago | | | 0 | 0.000038825696 | |
| 14471909 | 3 years ago | | | 0 | 0.00097801395 | |
| 13872758 | 3 years ago | | | 0 | 0.0026893418 | |
| 13859695 | 3 years ago | | | 0 | 0.0035328015 | |
| 13160484 | 3 years ago | | | 0 | 0.0067130804 | |
| 13057469 | 3 years ago | | | 0 | 0.010415980 | |
| 13057437 | 3 years ago | | | 0 | 0.0080983048 | |
| 13057390 | 3 years ago | | | 0 | 0.0047898875 | |
| 13057198 | 3 years ago | | | 0 | 0.0021092239 |
ABI
ABI objects
Getter at block 21429492
MAX_SUPPLY() view returns (uint224)
21000000000000000000
decimals() view returns (uint8)
12
name() view returns (string)
Vials of Goo
owner() view returns (address)
0xf6ff7ad69af2f8655ff1863bec350093880e03e7
supplyCapHit() view returns (bool)
true
symbol() view returns (string)
GOO
teamAllocation() view returns (uint256)
1957864000000000000
totalSupply() view returns (uint256)
299106741770709858
Read-only
allowance(address tokenOwner, address spender) view returns (uint256)
balanceOf(address player) view returns (uint256)
gooProduction(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool)
decreasePlayersGooProduction(address player, uint256 decrease)
increasePlayersGooProduction(address player, uint256 increase)
mintGoo(uint224 amount, address player)
recoverAccidentalTokens(address tokenAddress, uint256 tokens)
setOperator(address gameContract, bool isOperator)
transfer(address to, uint256 tokens) returns (bool)
transferFrom(address from, address to, uint256 tokens) returns (bool)
unlockAllocation(uint224 amount, address recipient)
updatePlayersGoo(address player)
updatePlayersGooFromPurchase(address player, uint224 purchaseCost)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.