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 "gami"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23211426 | 8 hours ago | | | 0 | 0.0000024606113 | |
| 23211228 | 9 hours ago | | | 0 | 0.0000019671108 | |
| 23210562 | 9 hours ago | | | 0 | 8.2285700e-7 | |
| 23205540 | 12 hours ago | | | 0 | 9.9493334e-7 | |
| 23203376 | 13 hours ago | | | 0 | 0.0000033529777 | |
| 23198148 | 16 hours ago | | | 0 | 0.0000021880347 | |
| 23197579 | 16 hours ago | | | 0 | 0.0000028078815 | |
| 23185165 | a day ago | | | 0 | 0.0000015809944 | |
| 23183413 | a day ago | | | 0 | 0.0000042147225 | |
| 23181149 | a day ago | | | 0 | 0.0000016064921 |
ABI
ABI objects
Getter at block 23226545
castHash() view returns (string)
0x3b237694e32c05a5e7028e407e8b572e88c4b2c8
decimals() view returns (uint8)
18
deployer() view returns (address)
0x387a161c6b25aa854100abaed39274e51aaffffd
fid() view returns (uint256)
10810
image() view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/179aecf4-e643-4582-b7c5-7164b6d0c600/original
name() view returns (string)
gami
symbol() view returns (string)
gami
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 maxSupply_, address deployer_, uint256 fid_, string image_, string castHash_)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)