RoboVerse

Verified contract

Active on Ethereum with 481 txns
Deployed by via 0x6788c371 at 14604853
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $18.75
0xbc19c3e3abd22874820b6ad6a0d533520858139b01b06dcc773f15e96510be5b
0xf98fbec69f4d65cc118be2a8d24ae4eda159acc1f3de56a828cc925ec668457a
From
0xee74cd34050bbedc226431c630e8d61e9d44f33fec5022f5c0b71aa920c03c1e
0x6e5950a7e5cf282f3d32dc056546ab990fc3cf0907addc88cde535501c87e4de
0x911e4a3ece5c656f6005d272edbf306b8a412411c9416cf9ef41115d3499dd87
0xfe0b86e0eec844a4705f2676fb2dcf0001e9bbfa5b391fa80fbf0afdb5bf04d4
From
0x6a2eafda27d3fd91abd880a6313fc9075fc40f3a4a3d5845edd5c2ac34e2b685
0x899f377f3d11543176015e4a748bb1d4609afbf6b0f3c83ff916561a904f831d
0x09c18cea20b914796f08b78a7905dfde76df08fe245d7c3133fdb8d0d1c1e0ed
0xd46d9041b8094eb621fbab93b256c9661b7fdf5014e584863314fc35c810386d

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
totalPublicMint(addressview returns (uint256)
State-modifying
approve(address touint256 tokenId
mint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setPrice(uint256 _price
setTokenUri(string _baseTokenUri
teamMint(
togglePublicSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(