Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
17 additional
variables
No balances found for "Pluto2"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21224836 | 19 hours ago | | | 0 | 0.00082751072 | |
| 21224003 | 21 hours ago | | | 0 | 0.00081463584 | |
| 21220620 | a day ago | | | 0 | 0.00079910089 | |
| 21211705 | 3 days ago | | | 0 | 0.0011230747 | |
| 21154658 | 11 days ago | | | 0 | 0.00025392735 | |
| 21130962 | 14 days ago | | | 0 | 0.0010094576 | |
| 20951580 | a month ago | | | 0 | 0.00089242270 | |
| 20853240 | 2 months ago | | | 0 | 0.0016820940 | |
| 20735002 | 2 months ago | | | 0 | 0.00024783262 | |
| 20732369 | 2 months ago | | | 0 | 0.00010577647 |
ABI
ABI objects
Getter at block 21230373
_iRnd() view returns (address)
0x72170f577f3b221b3478e09ccd5323445a8460d7
_signer() view returns (address)
0xa55c7770161b6325b64a622821e2db3551df6c9e
name() view returns (string)
Pluto2
owner() view returns (address)
0x329542c7df6a5a59f278c68bd6318bbc82d93192
symbol() view returns (string)
PLUTO2
tellEverything() view returns (struct ec_token_interfaceTKS)
(10000, 10000, 0, true, false, 48521813762753925884339380424937859662886266441381767848556335339121730851764, 0, false)
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
permitted(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
uri(uint256 n) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mintCards(uint256 numberOfCards, address recipient)
process(uint256 random, bytes32 reqID)
renounceOwnership()
retrieve721(address _tracker, uint256 id)
retrieveERC20(address _tracker, uint256 amount)
retrieveETH()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
secondReveal()
setAllowed(address _addr, bool _state)
setApprovalForAll(address operator, bool approved)
setPreRevealURI(string _pre)
setRevealedBaseURI(string revealedBaseURI)
setTransferLock(bool locked)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Allowed(address arg0, bool arg1)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Locked(bool arg0)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RandomProcessed(uint256 stage, uint256 randUsed_, uint256 _start, uint256 _stop, uint256 _supply)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _rng)
This contract contains no fallback and receive objects.
This contract contains no error objects.