Wen Sandwich
Verified contract
Active on
Ethereum with 8,118 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 "Wen Sandwich"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106828 | 3 days ago | | | 0 | 0.00011006560 | |
| 21106299 | 3 days ago | | | 0 | 0.00010115978 | |
| 21106283 | 3 days ago | | | 0 | 0.00010345948 | |
| 21106136 | 3 days ago | | | 0 | 0.00011383620 | |
| 21105737 | 3 days ago | | | 0 | 0.000055968729 | |
| 21102460 | 3 days ago | | | 0 | 0.00014551973 | |
| 21055334 | 10 days ago | | | 0 | 0.00016328088 | |
| 21054105 | 10 days ago | | | 0 | 0.00014403893 | |
| 21043197 | 12 days ago | | | 0 | 0.00028681823 | |
| 20998866 | 18 days ago | | | 0 | 0.00018913775 |
ABI
ABI objects
Getter at block 21125911
BASE_CREDIT() view returns (uint256)
30000000000000000
BASE_PRICE() view returns (uint256)
50000000000000000
BG_RANGE_END() view returns (uint256)
36
BG_RANGE_START() view returns (uint256)
1
BREAD_RANGE_END() view returns (uint256)
57
BREAD_RANGE_START() view returns (uint256)
37
DECORATION_RANGE_END() view returns (uint256)
367
DECORATION_RANGE_START() view returns (uint256)
290
DISCOUNT() view returns (uint256)
50000000000000000
ELDRITCH_BREAD() view returns (uint256)
40
MAX_DECORATION() view returns (uint256)
1
MAX_ELDRITCH_INGREDIENTS() view returns (uint256)
8
MAX_INGREDIENTS() view returns (uint256)
13
MIN_INGREDIENTS() view returns (uint256)
3
discountListMerkleRoot() view returns (bytes32)
0x0c5cd5044593344519fb6132d81a30f9103978b06830ce96b900c06cb5132099
isOpen() view returns (bool)
false
name() view returns (string)
Wen Sandwich
owner() view returns (address)
0xa6980c69741f189cd23caf215cad67c5118598d6
symbol() view returns (string)
WS
totalBurned() view returns (uint256)
0
totalMinted() view returns (uint256)
3765
totalSupply() view returns (uint256)
3765
Read-only
balanceOf(address owner) view returns (uint256)
contents(uint256 tokenId) view returns (uint256[])
exists(uint256 tokenId) view returns (bool)
extraData(uint256) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getOwnershipAt(uint256 index) view returns (struct IERC721ATokenOwnership)
hasDiscount(address addr, bytes32[] merkleProof) view returns (bool)
ingredientData(uint256, uint256) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
numberBurned(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
priceData(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
burn(uint256 tokenId)
mint(uint256 quantity, uint256[][] ingredients, bytes32[] merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setDiscountListMerkleRoot(bytes32 merkleRoot)
setShopState(bool state)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256[] prices, uint256[] extras)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()