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 "Dickbutt"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23632798 | 18 minutes ago | | | 0 | 0.000000309810799620 | |
| 23632471 | 29 minutes ago | | | 0 | 0.000018819808 | |
| 23632467 | 29 minutes ago | | | 0 | 0.0000095650084 | |
| 23632467 | 29 minutes ago | | | 0 | 0.000014192408 | |
| 23632255 | 36 minutes ago | | | 0 | 0.000000402756448294 | |
| 23632202 | 38 minutes ago | | | 0 | 0.000092858208 | |
| 23632135 | 40 minutes ago | | | 0 | 4.9881501e-7 | |
| 23631999 | an hour ago | | | 0 | 3.5454106e-7 | |
| 23631703 | an hour ago | | | 0 | 3.5380150e-7 | |
| 23631568 | an hour ago | | | 0 | 2.9254351e-7 |
ABI
ABI objects
Getter at block 23633342
castHash() view returns (string)
0xd35d5a29bf2140040ee608ab5d5c31c876ff438b
decimals() view returns (uint8)
18
deployer() view returns (address)
0xdf3efafda19d2df229ef3fbec73d2ee6c5fb6d7c
fid() view returns (uint256)
436577
image() view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/5708237f-1f2a-4ecf-e295-1ff94d183300/original
name() view returns (string)
Dickbutt
symbol() view returns (string)
DICKBUTT
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)