AprilFools
Verified contract
Active on
Base with 26,601 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000744 |
$0 | |
FOOL | ERC-20 | 100K | -- | -- | |
ERC-20 | 2.4K | -- | -- | ||
OHNO | ERC-20 | 4 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22754070 | 3 hours ago | | | 0 | 0.000000405260692617 | |
| 22754061 | 3 hours ago | | | 0 | 4.1325228e-7 | |
| 22754058 | 3 hours ago | | | 0 | 4.1598171e-7 | |
| 22749731 | 5 hours ago | | | 0 | 8.3429952e-7 | |
| 22735989 | 13 hours ago | | | 0 | 2.7133972e-7 | |
| 22683584 | 2 days ago | | | 0 | 3.8547399e-7 | |
| 22683378 | 2 days ago | | | 0 | 7.2625437e-7 | |
| 22681471 | 2 days ago | | | 0 | 7.2766372e-7 | |
| 22660519 | 2 days ago | | | 0 | 6.4317367e-7 | |
| 22660427 | 2 days ago | | | 0 | 0.0000037735776 |
ABI
ABI objects
Getter at block 22759313 isLocked() view returns (bool)
DOMAIN_SEPARATOR() view returns (bytes32)
0x5cca9ac48e400e78b0475e97dbd12c3c9981413fa10d275d3f1c8797672c4352
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=AprilFools, version=1, chainId=8453, verifyingContract=0xe8613a4f6215641feef15af8e66d17b62bc3828d, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
merkleRoot() view returns (bytes32)
0xa3e32fb1e231b01207e6bef4cefa7998d73740f5f0f38327aebfe49500b86de4
name() view returns (string)
AprilFools
symbol() view returns (string)
FOOL
totalSupply() view returns (uint256)
1319500000000000000000000000
Read-only
allowListed(address _account, bytes32[] _proof) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
minted(address) view returns (bool)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
mint(bytes32[] _proof)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
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)
EIP712DomainChanged()
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
Closed()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
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)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
StringTooLong(string str)
Unauthorized()