Noah's Ark
Verified contract
Active on
Ethereum with 368 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 "Noah's Ark"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17966986 | a year ago | | | 0 | 0.00072685043 | |
| 16249490 | 2 years ago | | | 0 | 0.00060632078 | |
| 15439858 | 2 years ago | | | 0 | 0.00063384040 | |
| 15297981 | 2 years ago | | | 0 | 0.00019365436 | |
| 15224488 | 2 years ago | | | 0 | 0.00057436720 | |
| 15205788 | 2 years ago | | | 0 | 0.00047130740 | |
| 15203810 | 2 years ago | | | 0 | 0.00037857323 | |
| 15203679 | 2 years ago | | | 0 | 0.00029043159 | |
| 15203549 | 2 years ago | | | 0 | 0.00016080187 | |
| 15203535 | 2 years ago | | | 0 | 0.00040902517 |
ABI
ABI objects
Getter at block 21213920
MAX_FREE_MINT_PER_WALLET() view returns (uint256)
2
MAX_PUBLIC_MINT_PER_WALLET() view returns (uint256)
5
MAX_PUBLIC_PER_TX() view returns (uint256)
5
TEAM_CLAIM_AMOUNT() view returns (uint256)
30
TOTAL_FREE_SUPPLY() view returns (uint256)
100
TOTAL_MAX_SUPPLY() view returns (uint256)
966
claimed() view returns (bool)
false
freeMintActive() view returns (bool)
true
freeMintCount() view returns (uint256)
100
name() view returns (string)
Noah's Ark
owner() view returns (address)
0xda7a4e05ac3fd281e55fc4a9d189a307a26d0a21
publicSaleActive() view returns (bool)
true
symbol() view returns (string)
NARK
token_price() view returns (uint256)
10000000000000000
totalSupply() view returns (uint256)
542
Read-only
balanceOf(address owner) view returns (uint256)
freeMintClaimed(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipFreeMintActive()
flipPublicSaleActive()
freeMint(uint256 _quantity)
mint(uint256 _quantity) payable
ownerMint(uint256 _numberToMint)
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)
setFreeMintCount(uint256 _count)
setMaxFreePerWallet(uint256 _num)
setMaxPerTxn(uint256 _num)
setMaxPerWallet(uint256 _num)
setTokenPrice(uint256 newPrice)
setVault(address _recipient, uint256 _numberToMint)
teamClaim()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds()
withdrawFundsToAddress(address _address, uint256 amount)
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()
URIQueryForNonexistentToken()