Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x74ac…811a
0xcdac…5c43
Balances ($59.83)
Native
Value
$59.83
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.018169 | $3,293.20 |
$59.83 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14009189 | 7 months ago | | | 0 | 0.0000082950972 | |
| 13802216 | 7 months ago | | | 0 | 0.00048606050 | |
| 13802129 | 7 months ago | | | 0 | 0.00019397319 | |
| 13798686 | 7 months ago | | | 0 | 0.0011314306 | |
| 13798666 | 7 months ago | | | 0 | 0.00028964351 | |
| 13798658 | 7 months ago | | | 0 | 0.00038879958 | |
| 13788173 | 7 months ago | | | 0 | 0.00014274416 | |
| 13788055 | 7 months ago | | | 0 | 0.0000012418550 | |
| 13777961 | 7 months ago | | | 0 | 0.000052851506 | |
| 13777884 | 7 months ago | | | 0 | 0.000034938600 |
ABI
ABI objects
Getter at block 22748087 getBondCostUSDC() view returns (uint256) getExistingNodes() view returns (struct PokebasePokebaseType[]) getPriceUsdc() view returns (uint256)
bondDiscount() view returns (uint8)
25
bondNodeStartTime() view returns (uint64)
0
getBondCost() view returns (uint256)
6083208994173275412158449725
getEthPriceUsdc() view returns (uint256)
3299374965
getPrice() view returns (uint256)
81109453255643672162112663
interestDuration() view returns (uint64)
86400
isLive() view returns (bool)
true
maxSupplyNodes() view returns (uint8)
59
nodeBase() view returns (uint256)
2000000000000000000
nodeCost() view returns (uint256)
100000000000000000000
owner() view returns (address result)
0x2b0aee616fdb4dfef9790d07b263b48048746c77
poke() view returns (address)
0xf58f48a68164d90e2a5f1ba594167bb5ad41ba5c
totalNodes() view returns (uint256)
104207
treasury() view returns (address)
0x83482bbb75b0ca6672ed23c673afe19cd8131a8a
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
claimables(address) view returns (uint256)
currentDailyRewards(uint256 tokenId_) view returns (uint256)
getClaimable(address _user, uint256[] tokenId_, bool cumulative_) view returns (uint256)
getNodeIds(address owner_) view returns (uint8[])
holdings(address, uint256) view returns (uint256)
interestsOnDuration(address addr_, uint256[] tokenIds_) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
pokebases(uint256) view returns (uint248 interest, uint8 chance)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId_) view returns (string)
State-modifying
Events addPokebaseTypes(struct PokebasePokebaseType[] types_)
awardNode(address addr_, uint256 tokenId_, uint256 amount_)
burn(address from_, uint256 id_, uint256 value_)
buyNode(uint256 amount_, bool isBondETH_, bool isBondUSDC_) payable
cancelOwnershipHandover() payable
claim(uint256 tokenId_) payable
claimMultiple(uint256[] tokenIds_) payable
completeOwnershipHandover(address pendingOwner) payable
compoundNode(uint256[] tokenIds_, uint256 amount_)
renounceOwnership() payable
requestOwnershipHandover() payable
safeBatchTransferFrom(address from_, address to_, uint256[] ids_, uint256[] values_, bytes data_)
safeTransferFrom(address from_, address to_, uint256 id_, uint256 value_, bytes data_)
setApprovalForAll(address operator, bool approved)
setBondDiscount(uint8 discount_)
setBondNodeStartTime(uint64 bondStartTime_)
setController(address addr_, bool value_)
setInterestDuration(uint64 duration_)
setNodeBase(uint256 base_)
setNodeCost(uint256 cost_)
setPlatformState(bool isLive_)
setPoke(address addr_)
setPokebaseType(uint256 tokenId_, uint248 interest_, uint8 chance_)
setTreasuryAddr(address treasury_)
setURI(string newuri_)
transferOwnership(address newOwner) payable
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Claimed(address indexed user, uint256 amount)
ControllerUpdated(address addr, bool value_)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address poke_, address ethPokePair_, address treasury_)
This contract contains no fallback and receive objects.
AboveLimits()
AlreadyInitialized()
BondsNotStarted()
ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)
ERC1155InvalidApprover(address approver)
ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)
ERC1155InvalidOperator(address operator)
ERC1155InvalidReceiver(address receiver)
ERC1155InvalidSender(address sender)
ERC1155MissingApprovalForAll(address operator, address owner)
InsufficientETH()
MaxSupplyReached()
NewOwnerIsZeroAddress()
NoHandoverRequest()
NoReserves()
NonExistantTokenId()
NotController()
NotEnoughToClaim()
NotEnoughToCompound()
OnlyEOA()
PlatformOffline()
Unauthorized()