R Planet
Verified contract
Active on
Ethereum with 18,215 txns
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 "R Planet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244963 | 6 days ago | | | 0 | 0.00038744460 | |
| 21244957 | 6 days ago | | | 0 | 0.00038782140 | |
| 21103625 | 25 days ago | | | 0 | 0.000080416921 | |
| 20898114 | 2 months ago | | | 0 | 0.00022009430 | |
| 20759079 | 2 months ago | | | 0 | 0.00012470215 | |
| 20759072 | 2 months ago | | | 0 | 0.00013881265 | |
| 20759067 | 2 months ago | | | 0 | 0.00013205627 | |
| 20710270 | 3 months ago | | | 0 | 0.000081796063 | |
| 20705406 | 3 months ago | | | 0 | 0.000029642400 | |
| 20699070 | 3 months ago | | | 0 | 0.000049091094 |
ABI
ABI objects
Getter at block 21284748
costPerToken() view returns (uint256)
80000000000000000
crossmintAddress() view returns (address)
0xdab1a1854214684ace522439684a145e62505233
legendaryWallet() view returns (address)
0x4aae0981ec489ee1710c6cb1f6b203ab6e020754
maxSupply() view returns (uint256)
8888
name() view returns (string)
R Planet
owner() view returns (address)
0x1ae98630d4b90661d9f17de73ebde17b544684ff
ownerMints() view returns (uint256)
200
ownerMintsMax() view returns (uint256)
201
symbol() view returns (string)
RPlanet
tokenIDs() view returns (uint256)
8889
totalSupply() view returns (uint256)
8889
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)
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)
State-modifying
Events approve(address to, uint256 tokenId)
crossmint(address mintTo, uint256 _count) payable
mint(uint256 count, uint8 _v, bytes32 _r, bytes32 _s) payable
ownerOnlyMint(uint256 _count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setCrossmintAddress(address _crossmintAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.