Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
fool | ERC-20 | 1 | $0.000375 |
$0 | |
OHNO | ERC-20 | 140 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22902941 | 5 hours ago | | | 0 | 0.0000014146700 | |
| 22902906 | 5 hours ago | | | 0 | 5.9026138e-7 | |
| 22902852 | 5 hours ago | | | 0 | 0.0000010254776 | |
| 22856960 | a day ago | | | 0 | 5.5053587e-7 | |
| 22853644 | a day ago | | | 0 | 5.4456579e-7 | |
| 22832848 | 2 days ago | | | 0 | 0.0000017228064 | |
| 22814295 | 2 days ago | | | 0 | 0.000000409438275588 | |
| 22784707 | 3 days ago | | | 0 | 0.0000049970739 | |
| 22710836 | 5 days ago | | | 0 | 8.8226520e-7 | |
| 22662171 | 6 days ago | | | 0 | 0.0000019549444 |
ABI
ABI objects
Getter at block 22911488
MAX_WALLET_SIZE() view returns (uint256)
20000000000000000000000000
TOTAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
deployBlock() view returns (uint256)
12605329
getCurrentTaxRate() view returns (uint256)
0
name() view returns (string)
fool
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
fool
taxWallet() view returns (address)
0xd6f0c144c39921bb78559630bbb3203a50d66a31
totalSupply() view returns (uint256)
1000000000000000000000000000
tradeOpenBlock() view returns (uint256)
12606753
tradingOpen() view returns (bool)
true
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)
openTrading()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateTaxWallet(address newTaxWallet)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _taxWallet)
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)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()