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 "REV3AL"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21066925 | a month ago | | | 0 | 0.00040400887 | |
| 21024719 | a month ago | | | 0 | 0.00018997748 | |
| 20558344 | 3 months ago | | | 0 | 0.000045813221 | |
| 20437761 | 4 months ago | | | 0 | 0.000073480752 | |
| 20437754 | 4 months ago | | | 0 | 0.00014096566 | |
| 20429828 | 4 months ago | | | 0 | 0.000099474685 | |
| 19754423 | 7 months ago | | | 0 | 0.00037746572 | |
| 19742456 | 7 months ago | | | 0 | 0.00022975624 | |
| 19740269 | 7 months ago | | | 0 | 0.00045096419 | |
| 19733212 | 7 months ago | | | 0 | 0.0014703329 |
ABI
ABI objects
Getter at block 21267708
_baseTokenURI() view returns (string)
https://www.rev3al.zone/metadata/json/
maxSupply() view returns (uint256)
5500
name() view returns (string)
REV3AL
owner() view returns (address)
0x21cd9e53c7712cb052fa24185de292c44ae1ee09
symbol() view returns (string)
REV3AL
totalSupply() view returns (uint256)
5500
Read-only
MintHistory(address) view returns (uint256)
MintList(uint64) view returns (bytes32 Root, uint256 Price, uint64 Max, uint256 Supply, bool Paused)
OwnersHistory(address) view returns (uint256)
ShareList(uint256) view returns (uint256)
TeamList(uint256) view returns (address)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAddressMinter(bytes32[] proof, bytes32 _leaf) view returns (bool)
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)
walletOfOwner(address address_) view returns (uint256[])
State-modifying
Events OwnerMint(bytes32[] proof, uint256 amount) payable
approve(address to, uint256 tokenId)
bulkMint(uint256 amount)
lowBulkMint(address to, uint256 amount)
publicMint(uint256 amount) 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 baseURI)
setOptions(bool _publicSaleStatus, bytes32 _ownerRoot)
setPrices(uint256 _publicPrice, uint256 _ownerPrice)
setRevealed(bool _revealed)
setTeamData(address[] _teamAddressList, uint256[] _shareList)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawForVault()
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()