1 Million ETH to Base
Verified contract
Active on
Base with 91 txns
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 "1 Million ETH to Base"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23605486 | an hour ago | | | 0 | 0.000018413600 | |
| 23603453 | 2 hours ago | | | 0 | 0.0000022132614 | |
| 23602878 | 3 hours ago | | | 0 | 4.7440489e-7 | |
| 23602233 | 3 hours ago | | | 0 | 0.0000020222431 | |
| 23599925 | 4 hours ago | | | 0 | 5.7666435e-7 | |
| 23596285 | 6 hours ago | | | 0 | 0.0000016082930 | |
| 23596262 | 6 hours ago | | | 0 | 4.5113320e-7 | |
| 23595538 | 7 hours ago | | | 0 | 7.3987658e-7 | |
| 23594209 | 7 hours ago | | | 0 | 0.0000097292003 | |
| 23594088 | 8 hours ago | | | 0 | 5.2752360e-7 |
ABI
ABI objects
Getter at block 23607662
castHash() view returns (string)
0x3592ed53aac5d8d73512a2c13b6c1bd164fcb7f7
decimals() view returns (uint8)
18
deployer() view returns (address)
0x29c33ac6db1d16fdebe471c652585190905dfd04
fid() view returns (uint256)
350139
image() view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/3bb357a1-9113-45d6-5d9e-4324d1aaec00/original
name() view returns (string)
1 Million ETH to Base
symbol() view returns (string)
1MBASE
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)