NRO

Verified contract

Active on Base with 1,445 txns
Deployed by via 0xa66a31cc at 2535862
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "NRO"

0x4dec9eaeea4658db10274a58f23cb6b4c720c7af62bf175881ba551bd41be15e
0x8d23d8607e75534354b2db4a54556f47f9d7f160361e0acd94d0098cf455aa66
0xb0e735156f251ab52b827cda5407cbcc49e64878f24bbec11a3289e4a88ca7c1
0x63cf570f0a81d1e04643e2d9f37da7ba74321ab6621171dc178e9a268796490a
0x39e0339b4ab1cdb558ce35429975c9f814b92c3e6ec627356e2a1147486af1ac
0x9bb77840b8ec69509bd20f516cb5b356eea401afb4b5bf41d45beb1f74db6b02
0x264d704db22d3b8441a52ebc44930791b03962a13fcce02eeb5a4b77faddc271
0xc1f9bbda40f87a214ddeb8a6984674485befb5f062200e7a50bdd8213fdbc82d
0xae86e38d2e2fa3905b8dee50a706a38880cbf930ecdf8a39689bde7466066bf9
0x8f2dbf3822fddb21cfa6b7a6b6474e70ee9101067d02e9683f050fe0200064f3

Functions
Getter at block 21837591
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
 
getBaseURI(view returns (string)
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 ownerview returns (uint256)
freeMinted(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
publicMinted(addressview returns (uint256)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address[] receiveruint256[] quantitypayable 
approve(address operatoruint256 tokenId
freeMint(payable 
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool 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 _receiveruint96 _royaltyFeesInBips
toggleReveal(
toggle_free_mint_status(
toggle_public_mint_status(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
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(string _initBaseURIstring _initNotRevealedUristring _contractURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(