Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19224785 | 2 months ago | | | 0 | 0.000000099152284439 | |
| 15811206 | 5 months ago | | | 0 | 0.000067314403 | |
| 13860512 | 6 months ago | | | 0 | 2.8155175e-7 | |
| 13860508 | 6 months ago | | | 0 | 2.8086080e-7 | |
| 13241847 | 6 months ago | | | 0 | 3.2850233e-7 | |
| 13241732 | 6 months ago | | | 0 | 3.2157274e-7 | |
| 13239666 | 6 months ago | | | 0 | 3.1157576e-7 | |
| 13239554 | 6 months ago | | | 0 | 3.1464249e-7 | |
| 13232790 | 6 months ago | | | 0 | 4.9292716e-7 | |
| 13200234 | 7 months ago | | | 0 | 5.3499324e-7 |
ABI
ABI objects
Getter at block 21797660
DOMAIN_SEPARATOR() view returns (bytes32)
0x313ccaf78b0dac4a27cb464a010444637218af295fdbe06f61afbf7132c0fc60
ID_ENCODING_PREFIX() view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564819968
baseTokenURI() view returns (string)
customRatio() view returns (uint256)
1
dataURI() view returns (string)
https://raw.githubusercontent.com/pokemoonspace/meta/main/
decimals() view returns (uint8)
18
erc20TotalSupply() view returns (uint256)
10000000000000000000000
erc721TotalSupply() view returns (uint256)
937
getERC721QueueLength() view returns (uint256)
43
minted() view returns (uint256)
937
name() view returns (string)
Pokemoon
owner() view returns (address)
0x494eaa9783fc44336178c18c69435273c4a22d03
symbol() view returns (string)
POKEMOON
totalSupply() view returns (uint256)
10000000000000000000000
units() view returns (uint256)
1000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
erc20BalanceOf(address owner_) view returns (uint256)
erc721BalanceOf(address owner_) view returns (uint256)
erc721TransferExempt(address target_) view returns (bool)
getApproved(uint256) view returns (address)
getERC721TokensInQueue(uint256 start_, uint256 count_) view returns (uint256[])
getTimeUntilNextEvolution(uint256 id_) view returns (uint256)
isApprovedForAll(address, address) view returns (bool)
nonces(address) view returns (uint256)
owned(address owner_) view returns (uint256[])
ownerOf(uint256 id_) view returns (address erc721Owner)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 id_) view returns (string)
State-modifying
Events approve(address spender_, uint256 valueOrId_) returns (bool)
erc20Approve(address spender_, uint256 value_) returns (bool)
erc20TransferFrom(address from_, address to_, uint256 value_) returns (bool)
erc721Approve(address spender_, uint256 id_)
erc721TransferFrom(address from_, address to_, uint256 id_)
permit(address owner_, address spender_, uint256 value_, uint256 deadline_, uint8 v_, bytes32 r_, bytes32 s_)
renounceOwnership()
safeTransferFrom(address from_, address to_, uint256 id_)
safeTransferFrom(address from_, address to_, uint256 id_, bytes data_)
setApprovalForAll(address operator_, bool approved_)
setContinueEvolution(uint256 id_)
setCustomRatio(uint256 newRatio)
setDataURI(string _dataURI)
setERC721TransferExempt(address account_, bool value_)
setPauseEvolution(uint256 id_)
setSelfERC721TransferExempt(bool state_)
setTokenURI(string _tokenURI)
transfer(address to_, uint256 value_) returns (bool)
transferFrom(address from_, address to_, uint256 valueOrId_) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
Approval(address indexed owner, address indexed spender, uint256 value)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
EvolutionContinued(uint256 id_, uint256 timestamp)
EvolutionPaused(uint256 id_, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenTransferWithTimestampUpdated(uint256 id_, uint256 timestamp)
Transfer(address indexed from, address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(string name_, string symbol_, uint8 decimals_, uint256 maxTotalSupplyERC721_, address initialOwner_, address initialMintRecipient_)
This contract contains no fallback and receive objects.
AlreadyExists()
DecimalsTooLow()
InsufficientAllowance()
InvalidApproval()
InvalidExemption()
InvalidOperator()
InvalidRecipient()
InvalidSender()
InvalidSigner()
InvalidSpender()
InvalidTokenId()
MintLimitReached()
NotFound()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnedIndexOverflow()
PermitDeadlineExpired()
QueueEmpty()
QueueFull()
QueueOutOfBounds()
RecipientIsERC721TransferExempt()
Unauthorized()
UnsafeRecipient()