Proof of Narnian NFT
Verified contract
Active on
Ethereum with 9,719 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EGGT | ERC-20 | 0.5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21167063 | 4 hours ago | | | 0 | 0.0016394779 | |
| 21166452 | 6 hours ago | | | 0 | 0.0019022007 | |
| 21165387 | 9 hours ago | | | 0 | 0.0025682151 | |
| 21151844 | 2 days ago | | | 0 | 0.00042574379 | |
| 21145222 | 3 days ago | | | 0 | 0.00093177614 | |
| 21116856 | 7 days ago | | | 0 | 0.00052756623 | |
| 21115918 | 7 days ago | | | 0 | 0.00036183605 | |
| 21113919 | 8 days ago | | | 0 | 0.00031493849 | |
| 21112508 | 8 days ago | | | 0 | 0.00021827296 | |
| 21106464 | 9 days ago | | | 0 | 0.000085835453 |
ABI
ABI objects
Getter at block 21168111
_baseTokenURI() view returns (string)
https://nft.bueno.art/api/contract/kr3_4XJqKof_hwN70WxQJ/chain/1/metadata/
maxPerTransaction() view returns (uint256)
5
maxPerWallet() view returns (uint256)
5
merkleRoot() view returns (bytes32)
0xd3e90d15a1a6ba355a4a2a1f73717fc14023c3a5c5d01ea9f276845d7a2b0241
name() view returns (string)
Proof of Narnian NFT
owner() view returns (address)
0x8bd8d92dd614782f1d09db91bc517677f656692b
presaleMaxPerTransaction() view returns (uint256)
1
presaleMaxPerWallet() view returns (uint256)
1
presalePrice() view returns (uint256)
199000000000000000
presaleSupply() view returns (uint256)
3000
price() view returns (uint256)
199000000000000000
saleState() view returns (uint8)
0
supply() view returns (uint256)
3333
symbol() view returns (string)
NARN
totalSupply() view returns (uint256)
3333
Read-only
addressMintBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
withdrawAddresses(uint256) view returns (address)
withdrawPercentages(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 qty, address recipient)
mint(uint256 qty) payable
presale(uint256 qty, bytes32[] merkleProof) 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)
setMerkleRoot(bytes32 _merkleRoot)
setPerTransactionMax(uint256 _val)
setPerWalletMax(uint256 _val)
setPresalePerTransactionMax(uint256 _val)
setPresalePerWalletMax(uint256 _val)
setPresalePrice(uint256 newPrice)
setPrice(uint256 newPrice)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
setSaleState(uint8 _state)
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 _baseUri, uint96 _royaltyAmount)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidPrice()
InvalidProof()
InvalidQuantity()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
SaleInactive()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()