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 "Waffles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15284839 | 2 years ago | | | 0 | 0.00032454100 | |
| 14138958 | 3 years ago | | | 0 | 0.0047810432 | |
| 14049355 | 3 years ago | | | 0 | 0.0059003949 | |
| 13952004 | 3 years ago | | | 0 | 0.0046874361 | |
| 13845098 | 3 years ago | | | 0.15 | 0.030127393 | |
| 13832142 | 3 years ago | | | 0.05 | 0.0062915113 | |
| 13831317 | 3 years ago | | | 0.1 | 0.017374602 | |
| 13831304 | 3 years ago | | | 0.1 | 0.018270151 | |
| 13829983 | 3 years ago | | | 0 | 0.0029338245 | |
| 13824750 | 3 years ago | | | 0.1 | 0.026042242 |
ABI
ABI objects
Getter at block 21408341
CURRENT_PRICE() view returns (uint256)
50000000000000000
MAX_PURCHASE() view returns (uint256)
20
MAX_TOKENS() view returns (uint256)
1111
PROVENANCE() view returns (string)
name() view returns (string)
Waffles
owner() view returns (address)
0x0e27623690cf89b568fc50b939f318413c2217a9
saleIsActive() view returns (bool)
true
symbol() view returns (string)
Waffles
totalSupply() view returns (uint256)
37
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getWafflesDetail(uint256 tokenId) view returns (struct WafflesWafflesDetail detail)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintTokenId(uint256 tokenId)
mintWaffles(uint256 numberOfTokens) payable
renounceOwnership()
reserveTokens()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string BaseURI)
setCurrentPrice(uint256 currentPrice)
setMaxTokens(uint256 maxTokens)
setProvenanceHash(string provenanceHash)
setSaleState(bool newState)
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)
TokenMinted(uint256 tokenId, address owner, uint256 first_encounter)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.