Gizmo Token
Verified contract
Active on
Ethereum with 398 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Gizmo Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17820557 | a year ago | | | 0 | 0.0010028764 | |
| 17773924 | a year ago | | | 0 | 0.00098363146 | |
| 17596997 | a year ago | | | 0 | 0.00072796479 | |
| 17535342 | a year ago | | | 0 | 0.00082865055 | |
| 17490988 | a year ago | | | 0 | 0.00068351127 | |
| 17457845 | a year ago | | | 0 | 0.00075743756 | |
| 17443081 | a year ago | | | 0 | 0.00095227627 | |
| 17442938 | a year ago | | | 0 | 0.0010633532 | |
| 17424604 | a year ago | | | 0 | 0.00085101697 | |
| 17424404 | a year ago | | | 0 | 0.00089118573 |
ABI
ABI objects
Getter at block 21211417
decimals() view returns (uint8)
18
name() view returns (string)
Gizmo Token
symbol() view returns (string)
GIZMO
totalSupply() view returns (uint256)
6130000000000000000000000000
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)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
TeamFinanceTokenMint(address owner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, uint256 supply, address owner, address feeWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.