Reever Insignias
Verified contract
Active on
Ethereum with 4,331 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 "Reever Insignias"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102509 | a month ago | | | 0 | 0.00019401783 | |
| 17846730 | a year ago | | | 0 | 0.00074991774 | |
| 16881827 | 2 years ago | | | 0 | 0.00053221836 | |
| 16748879 | 2 years ago | | | 0 | 0.0019842504 | |
| 16725997 | 2 years ago | | | 0 | 0.0011347501 | |
| 16716793 | 2 years ago | | | 0 | 0.0012113895 | |
| 16674311 | 2 years ago | | | 0 | 0.0012447918 | |
| 16641139 | 2 years ago | | | 0 | 0.0011092790 | |
| 16619817 | 2 years ago | | | 0 | 0.00070031282 | |
| 16541012 | 2 years ago | | | 0 | 0.00077915273 |
ABI
ABI objects
Getter at block 21383394
baseExtension() view returns (string)
contractURI() view returns (string)
https://avant-3022-cdn.fra1.cdn.digitaloceanspaces.com/nft/insignia/contractMetadata.json
getPricePerToken() view returns (uint256)
0
maxPublicMint() view returns (uint256)
1
maxSupply() view returns (uint256)
3022
name() view returns (string)
Reever Insignias
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xf3bba591b7d3feeaa26fc254e5839ddf6aeb342b
saleIsActive() view returns (bool)
true
symbol() view returns (string)
RVRINSIGNIA
totalSupply() view returns (uint256)
3022
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(uint256 numberOfTokens) payable
renounceOwnership()
reserve(uint256 n)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string baseURI_)
setMaxPublicMint(uint256 n)
setMaxSupply(uint256 n)
setOwnersExplicit(uint256 quantity)
setPricePerToken(uint256 newPrice)
setSaleState(bool newState)
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(string _name, string _symbol, string _initBaseURI, string _contractURIParam, uint256 maxBatchSize_, uint256 collectionSize_)
This contract contains no fallback and receive objects.
This contract contains no error objects.