The Innovation Game
Verified contract
Active on
Base with 34,482 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5,655.17)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TIG | ERC-20 | 3.032753K | $1.83 |
$5,549.94 | |
USDC | ERC-20 | 105.125933 | $1.001 |
$105.23 | |
BASED | ERC-20 | 5.444K | -- | -- | |
Catto | ERC-20 | 17.5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22749093 | 19 minutes ago | | | 0 | 0.000061557084 | |
| 22748813 | 29 minutes ago | | | 0 | 6.3926638e-7 | |
| 22748292 | an hour ago | | | 0 | 0.0000012128001 | |
| 22748144 | an hour ago | | | 0 | 9.6472357e-7 | |
| 22747785 | an hour ago | | | 0 | 7.8540452e-7 | |
| 22741851 | 4 hours ago | | | 0 | 0.0000035639235 | |
| 22741520 | 5 hours ago | | | 0 | 3.4801526e-7 | |
| 22740980 | 5 hours ago | | | 0 | 0.0000053806093 | |
| 22740943 | 5 hours ago | | | 0 | 0.0000034132471 | |
| 22740863 | 5 hours ago | | | 0 | 3.1060050e-7 |
ABI
ABI objects
Getter at block 22749667
decimals() view returns (uint8)
18
name() view returns (string)
The Innovation Game
owner() view returns (address)
0x30fec1f3690f3207d1a239db392f62c9cd1def3f
symbol() view returns (string)
TIG
totalSupply() view returns (uint256)
35781999999999995545333160
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)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.