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 "OhNo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19502991 | 8 months ago | | | 0 | 0.00050814500 | |
| 19068068 | 10 months ago | | | 0 | 0.00026086536 | |
| 17095464 | 2 years ago | | | 0 | 0.0024367524 | |
| 17043435 | 2 years ago | | | 0 | 0.0011804485 | |
| 17036638 | 2 years ago | | | 0 | 0.0010896194 | |
| 16768180 | 2 years ago | | | 0 | 0.0014015578 | |
| 16653295 | 2 years ago | | | 0 | 0.00091320913 | |
| 16306608 | 2 years ago | | | 0 | 0.00070171798 | |
| 16138126 | 2 years ago | | | 0 | 0.00040177039 | |
| 16138125 | 2 years ago | | | 0 | 0.00067168211 |
ABI
ABI objects
Getter at block 21332094
MaxFreePerWallet() view returns (uint256)
5
MaxMintPerTx() view returns (uint256)
15
baseURI() view returns (string)
ipfs://Qmbapv1aDc9cjjFXq2GGEUfWATEJktMrrsiVk3eWAxYipm/
firstPerWalletFree() view returns (bool)
false
maxSupply() view returns (uint256)
6969
name() view returns (string)
OhNo
owner() view returns (address)
0xa06de9d6883e36f17e2cde84b2c568f657479045
price() view returns (uint256)
10000000000000000
startTime() view returns (uint256)
1655960948
symbol() view returns (string)
ON
totalFree() view returns (uint256)
2000
totalSupply() view returns (uint256)
10917
Read-only
balanceOf(address owner) 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)
devMint(uint256 amount) payable
mint(uint256 amount) 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)
setFreeAmount(uint256 amount)
setTime(uint256 time)
setfirstPerWalletFree()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updatePrice(uint256 __price)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()