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 "NRO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21767300 | 2 days ago | | | 0 | 2.1344546e-7 | |
| 21340973 | 11 days ago | | | 0 | 2.1255870e-7 | |
| 18594963 | 2 months ago | | | 0 | 1.6099702e-7 | |
| 16538942 | 4 months ago | | | 0 | 1.6002416e-7 | |
| 16535419 | 4 months ago | | | 0 | 2.4497947e-7 | |
| 16364240 | 4 months ago | | | 0 | 3.9691700e-7 | |
| 13893304 | 6 months ago | | | 0 | 1.6021827e-7 | |
| 13113319 | 7 months ago | | | 0 | 1.6002416e-7 | |
| 12595383 | 7 months ago | | | 0 | 1.6002416e-7 | |
| 12449186 | 7 months ago | | | 0 | 2.1344546e-7 |
ABI
ABI objects
Getter at block 21837591 getBaseURI() view returns (string)
MAX_SUPPLY() view returns (uint256)
5555
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
contractURI() view returns (string)
freeMintCount() view returns (uint256)
1200
freeMintLimit() view returns (uint256)
1200
free_mint_status() view returns (bool)
true
max_per_wallet() view returns (uint256)
5555
name() view returns (string)
NRO
notRevealedUri() view returns (string)
,
owner() view returns (address)
0x4c8afccf59886578213f70b0128c76f3be26e888
publicSaleCost() view returns (uint256)
4000000000000000
public_mint_status() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
NRO
totalSupply() view returns (uint256)
1429
Read-only
balanceOf(address owner) view returns (uint256)
freeMinted(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicMinted(address) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
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 airdrop(address[] receiver, uint256[] quantity) payable
approve(address operator, uint256 tokenId)
freeMint() payable
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)
setBaseURI(string _newBaseURI)
setContractURI(string _contractURI)
setFreeMintLimit(uint256 _freeMintLimit)
setMAX_SUPPLY(uint256 _MAX_SUPPLY)
setMax_per_wallet(uint256 _max_per_wallet)
setNotRevealedURI(string _notRevealedURI)
setPublicSaleCost(uint256 _publicSaleCost)
setRoyaltyInfo(address _receiver, uint96 _royaltyFeesInBips)
toggleReveal()
toggle_free_mint_status()
toggle_public_mint_status()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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 _initBaseURI, string _initNotRevealedUri, string _contractURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()