RoboVerse
Verified contract
Active on
Ethereum with 481 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($18.75)
Native
Value
$18.75
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0055 | $3,408.87 |
$18.75 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16394029 | 2 years ago | | | 0 | 0.0012939825 | |
| 15811876 | 2 years ago | | | 0 | 0.00076558283 | |
| 15433250 | 2 years ago | | | 0 | 0.00035714331 | |
| 15303513 | 2 years ago | | | 0 | 0.00079569445 | |
| 15291833 | 2 years ago | | | 0 | 0.00028924934 | |
| 15127677 | 2 years ago | | | 0 | 0.00067010948 | |
| 14854535 | 2 years ago | | | 0 | 0.0016683939 | |
| 14849967 | 3 years ago | | | 0 | 0.0030647191 | |
| 14820598 | 3 years ago | | | 0 | 0.00061438436 | |
| 14694906 | 3 years ago | | | 0 | 0.0012003229 |
ABI
ABI objects
Getter at block 21278292
MAX_PER_TX() view returns (uint256)
5
MAX_PUBLIC_MINT() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
1150
isRevealed() view returns (bool)
false
name() view returns (string)
RoboVerse
owner() view returns (address)
0x27e2721a40d80a749f06bd19f8c5f081aef64124
price() view returns (uint256)
0
publicSale() view returns (bool)
true
symbol() view returns (string)
RVN
teamMinted() view returns (bool)
true
totalSupply() view returns (uint256)
1150
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)
tokenURI(uint256 tokenId) view returns (string)
totalPublicMint(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPrice(uint256 _price)
setTokenUri(string _baseTokenUri)
teamMint()
togglePublicSale()
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)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()