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 "AIdoge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23692500 | 10 minutes ago | | | 0 | 0.0000015861317 | |
| 23688711 | 2 hours ago | | | 0 | 1.7968907e-7 | |
| 23674038 | 10 hours ago | | | 0 | 0.000000102225088700 | |
| 23674024 | 10 hours ago | | | 0 | 1.8013697e-7 | |
| 23671392 | 12 hours ago | | | 0 | 0.0000024793478 | |
| 23659594 | 18 hours ago | | | 0 | 3.6633141e-7 | |
| 23647870 | a day ago | | | 0 | 0.000000093690018100 | |
| 23641935 | a day ago | | | 0 | 8.3498951e-7 | |
| 23612960 | 2 days ago | | | 0 | 0.0000027889848 | |
| 23599398 | 2 days ago | | | 0 | 0.000000096323928300 |
ABI
ABI objects
Getter at block 23692795
castHash() view returns (string)
0x0a28ff06d822a9843d1b4f1c3446c977890635a8
decimals() view returns (uint8)
18
deployer() view returns (address)
0x1964923a14701b45f2e36ff39fb19f40749eb011
fid() view returns (uint256)
350911
image() view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/02ec6208-2315-475a-47f2-d6c67496cb00/original
name() view returns (string)
AIdoge
symbol() view returns (string)
AIdoge
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)