ROBBi Planet
Verified contract
Active on
Ethereum with 2,559 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 "ROBBi Planet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20158081 | 5 months ago | | | 0 | 0.00010279229 | |
| 20083290 | 6 months ago | | | 0 | 0.00074560347 | |
| 20052813 | 6 months ago | | | 0 | 0.00027831599 | |
| 20029156 | 6 months ago | | | 0 | 0.0011982893 | |
| 20005683 | 6 months ago | | | 0 | 0.00067729743 | |
| 19833601 | 7 months ago | | | 0 | 0.00042599014 | |
| 19624974 | 8 months ago | | | 0 | 0.0029265103 | |
| 17116062 | 2 years ago | | | 0 | 0.0016943637 | |
| 17116061 | 2 years ago | | | 0 | 0.0017359129 | |
| 17116051 | 2 years ago | | | 0 | 0.0019353344 |
ABI
ABI objects
Getter at block 21304305
PRICE() view returns (uint256)
99900000000000000
baseURI() view returns (string)
https://assets.robbiverse.io/
maxMint() view returns (uint256)
50
maxSupply() view returns (uint256)
9999
name() view returns (string)
ROBBi Planet
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x0cce9063088bad07a7e4a934646f357608f4867b
reserveAmount() view returns (uint256)
1800
symbol() view returns (string)
RBP
tokensReserved() view returns (uint256)
818
totalSupply() view returns (uint256)
9017
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
mint() payable
mintBatch(uint256 amount) payable
renounceOwnership()
reserve(address recipient, uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setOwnersExplicit(uint256 quantity)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIChanged(string newBaseURI)
Minted(address minter, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReservedToken(address minter, address recipient, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initBaseURI, uint256 _maxBatchSize, uint256 _collectionSize, uint256 _reserveAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.