Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.19)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BASE | ERC-20 | 106.679359K | $0.000011 |
$1.19 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23688974 | 5 hours ago | | | 0 | 3.1355653e-7 | |
| 23682001 | 9 hours ago | | | 0 | 0.000000304840922788 | |
| 23679805 | 10 hours ago | | | 0 | 6.3575477e-7 | |
| 23673213 | 13 hours ago | | | 0 | 0.000000306350757484 | |
| 23667683 | 17 hours ago | | | 0 | 0.000000306032897548 | |
| 23662222 | 20 hours ago | | | 0 | 0.0000018960203 | |
| 23655559 | a day ago | | | 0 | 0.000000304681992820 | |
| 23643291 | a day ago | | | 0 | 0.0000018322749 | |
| 23640272 | a day ago | | | 0 | 5.2286751e-7 | |
| 23632261 | 2 days ago | | | 0 | 3.1431230e-7 |
ABI
ABI objects
Getter at block 23697410
castHash() view returns (string)
0x0654e49f5277bd7d1bfd4b20fffcbb30c8d8c3a0
decimals() view returns (uint8)
18
deployer() view returns (address)
0xbeb40eafd717ae1c6ac0414ba1631f46e2777795
fid() view returns (uint256)
248111
image() view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/85eef4a8-36be-4957-0f08-b2e31d82e900/original
name() view returns (string)
GIGACLANK
symbol() view returns (string)
GIGACLANK
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)