what if
Unverified contract
Proxy
Active on
Base with 66 txns
Unified storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
No balances found for "what if"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22877716 | 21 days ago | | | 0 | 0.0000012798334 | |
| 22877714 | 21 days ago | | | 0 | 0.0000012795523 | |
| 22877712 | 21 days ago | | | 0 | 0.0000012783615 | |
| 22877711 | 21 days ago | | | 0 | 0.0000012756935 | |
| 22877706 | 21 days ago | | | 0 | 0.0000021384572 | |
| 22836453 | 22 days ago | | | 0 | 6.2383076e-7 | |
| 22830075 | 22 days ago | | | 0 | 0.0000017727608 | |
| 22820041 | 23 days ago | | | 0 | 0.000000304289711544 | |
| 22819535 | 23 days ago | | | 0 | 3.6836264e-7 | |
| 22812593 | 23 days ago | | | 0 | 0.0000010962210 |
ABI
ABI objects
Getter at block 23797187
decimals() view returns (uint8)
18
name() view returns (string)
what if
symbol() view returns (string)
if
totalSupply() view returns (uint256)
100000000000000000000000
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)
initialize(address _mintTo, uint256 _totalSupply, string _name, string _symbol)
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)
Initialized(uint64 version)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
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)
InvalidInitialization()
NotInitializing()