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 "Poke"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22106482 | 15 days ago | | | 0 | 2.6690606e-7 | |
| 20732008 | 2 months ago | | | 0 | 1.7479662e-7 | |
| 18192011 | 3 months ago | | | 0 | 3.3078120e-7 | |
| 17185686 | 4 months ago | | | 0 | 2.9111363e-7 | |
| 15366317 | 6 months ago | | | 0 | 2.5213790e-7 | |
| 14894398 | 6 months ago | | | 0 | 0.0000024277428 | |
| 13110996 | 7 months ago | | | 0 | 5.1080386e-7 | |
| 12740008 | 8 months ago | | | 0 | 5.1080386e-7 | |
| 12672940 | 8 months ago | | | 0 | 2.7080897e-7 | |
| 12561488 | 8 months ago | | | 0 | 5.1080386e-7 |
ABI
ABI objects
Getter at block 22766785
decimals() view returns (uint8)
18
maxSupply() view returns (uint256)
10000000000000000000000000
maxWallet() view returns (uint256)
30000000000000000000000
name() view returns (string)
Poke
owner() view returns (address result)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
POKE
totalSupply() view returns (uint256)
9926960228773148148145536
uniswapPair() view returns (address)
0x74ac832066e14171674216ee01e694847a00811a
uniswapRouter() view returns (address)
0x6bded42c6da8fbf0d2ba55b2fa120c5e0c8d7891
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
excludedFromMax(address) view returns (bool)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(address from_, uint256 amount_)
burn(uint256 amount_)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
init() payable
mint(address to_, uint256 amount_)
renounceOwnership() payable
requestOwnershipHandover() payable
setController(address addr_, bool value_)
setExcludedFromMax(address addr_, bool value_)
transfer(address to_, uint256 amount_) returns (bool)
transferFrom(address from_, address to_, uint256 amount_) returns (bool)
transferOwnership(address newOwner) payable
Approval(address indexed owner, address indexed spender, uint256 value)
ControllerUpdated(address addr, bool value_)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
AlreadyInitialized()
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)
Initialised()
MaxSupplyReached()
MaxWalletReached()
NewOwnerIsZeroAddress()
NoHandoverRequest()
NotController()
Unauthorized()