999 Genesis Waifumon
Verified contract
Active on
Ethereum with 261 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 "999 Genesis Waifumon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18658997 | a year ago | | | 0 | 0.00078234051 | |
| 14873883 | 2 years ago | | | 0.01 | 0.0030847698 | |
| 14873663 | 2 years ago | | | 0 | 0.0014512662 | |
| 14873635 | 2 years ago | | | 0.01 | 0.0060603655 | |
| 14873605 | 2 years ago | | | 0 | 0.0019277411 | |
| 14873595 | 2 years ago | | | 0.006 | 0.0035463278 | |
| 14873536 | 2 years ago | | | 0.004 | 0.0041300128 | |
| 14873532 | 2 years ago | | | 0.004 | 0.0039865392 | |
| 14873529 | 2 years ago | | | 0.002 | 0.0031776376 | |
| 14873518 | 2 years ago | | | 0.01 | 0.0032320544 |
ABI
ABI objects
Getter at block 21286112
FREE_MAX_SUPPLY() view returns (uint256)
222
MAX_PER_TX() view returns (uint256)
5
MAX_PER_TX_FREE() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
999
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmZjHsoHHdcSsKboAbvz3ooexYkSC6kq8hFQwCHwFRHdFS
contractURI() view returns (string)
ipfs://QmZjHsoHHdcSsKboAbvz3ooexYkSC6kq8hFQwCHwFRHdFS
name() view returns (string)
999 Genesis Waifumon
owner() view returns (address)
0x1a9c1a58b36f332e4413b69e441c1c16347b8f31
paused() view returns (bool)
false
price() view returns (uint256)
2000000000000000
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
Waifu
totalSupply() view returns (uint256)
478
Read-only
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
config()
mint(uint256 _amount) payable
pause(bool _state)
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_)
setContractURI(string _contractURI)
setMAX_SUPPLY(uint256 newSupply)
setPrice(uint256 newPrice)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()