Gen Waves
Verified contract
Active on
Ethereum with 455 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 35 additional slots
Balances ($0.00)
No balances found for "Gen Waves"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20635785 | 2 months ago | | | 0 | 0.00011187739 | |
| 20150861 | 5 months ago | | | 0 | 0.000063719664 | |
| 19428157 | 8 months ago | | | 0 | 0.0032095600 | |
| 18878517 | 10 months ago | | | 0 | 0.0017978481 | |
| 17865290 | a year ago | | | 0 | 0.0015438184 | |
| 17657566 | a year ago | | | 0 | 0.0031369363 | |
| 17545210 | a year ago | | | 0 | 0.00064924620 | |
| 17534368 | a year ago | | | 0 | 0.0010879057 | |
| 17520742 | a year ago | | | 0 | 0.00074649120 | |
| 17447924 | a year ago | | | 0 | 0.0011669639 |
ABI
ABI objects
Getter at block 21163409
MAX_SUPPLY() view returns (uint256)
222
PRICE() view returns (uint256)
42690000000000000
PURCHASE_LIMIT() view returns (uint256)
1
name() view returns (string)
Gen Waves
owner() view returns (address)
0x0b5f88dcce9fd08007da51f2e4a7c544661d6f8b
paused() view returns (bool)
false
symbol() view returns (string)
WVS
totalSupply() view returns (uint256)
222
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)
whitelist(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId) payable
fillWhiteList(address[] _users)
mint() payable
openPublicSale()
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unpause()
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
ExceedsPurchaseLimit()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotOnWhitelist()
OriginIsNotEOA()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SoldOut()
TokenNotFound()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WrongAmount()