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 "Based Luigi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23669885 | a day ago | | | 0 | 1.4452675e-7 | |
| 23643231 | 2 days ago | | | 0 | 0.0000017934495 | |
| 23611456 | 3 days ago | | | 0 | 0.0000021571302 | |
| 23516184 | 5 days ago | | | 0 | 8.1041959e-7 | |
| 23511872 | 5 days ago | | | 0 | 0.0000011414899 | |
| 23509585 | 5 days ago | | | 0 | 6.4286964e-7 | |
| 23505400 | 5 days ago | | | 0 | 4.2161049e-7 | |
| 23502953 | 5 days ago | | | 0 | 5.5064596e-7 | |
| 23501608 | 5 days ago | | | 0 | 7.3561441e-7 | |
| 23501505 | 5 days ago | | | 0 | 0.0000010050627 |
ABI
ABI objects
Getter at block 23722221
castHash() view returns (string)
0xdc519b65acf9b6e7750ead84620a8ecbcb245c1b
decimals() view returns (uint8)
18
deployer() view returns (address)
0x02ac33835070d0c90bef87c273514e67aea36ef8
fid() view returns (uint256)
5620
image() view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/c81a013e-accf-4907-ab2f-9a550dbd0a00/original
name() view returns (string)
Based Luigi
symbol() view returns (string)
BLUIGI
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)