Banquets
Verified contract
Active on
Ethereum with 2,903 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,396.67)
Native
Value
$2,396.67
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.775 | $3,092.48 |
$2,396.67 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20861170 | 2 months ago | | | 0 | 0.00023820998 | |
| 19019246 | 10 months ago | | | 0 | 0.00075282446 | |
| 18941002 | 10 months ago | | | 0 | 0.00040516841 | |
| 18935764 | 10 months ago | | | 0 | 0.0010909208 | |
| 18257901 | a year ago | | | 0 | 0.00045098115 | |
| 17968597 | a year ago | | | 0 | 0.00078315356 | |
| 17455205 | a year ago | | | 0 | 0.00071762456 | |
| 17166895 | 2 years ago | | | 0 | 0.0044609887 | |
| 17103946 | 2 years ago | | | 0 | 0.0023338059 | |
| 17047629 | 2 years ago | | | 0 | 0.00066495640 |
ABI
ABI objects
Getter at block 21208813
lootAddress() view returns (address)
0xff9c1b15b16263c61d017ee9f65c50e4ae0113d7
lootContract() view returns (address)
0xff9c1b15b16263c61d017ee9f65c50e4ae0113d7
name() view returns (string)
Banquets
owner() view returns (address)
0x085f56727ec590c117f6bf0726a08cd4c7e8564e
price() view returns (uint256)
20000000000000000
symbol() view returns (string)
BANQUET
totalSupply() view returns (uint256)
2941
Read-only
balanceOf(address owner) view returns (uint256)
getAppetizer(uint256 tokenId) view returns (string)
getApproved(uint256 tokenId) view returns (address)
getDessert(uint256 tokenId) view returns (string)
getDrink(uint256 tokenId) view returns (string)
getMeat(uint256 tokenId) view returns (string)
getMeat2(uint256 tokenId) view returns (string)
getMeat3(uint256 tokenId) view returns (string)
getSauce(uint256 tokenId) view returns (string)
getSoup(uint256 tokenId) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
mint(uint256 tokenId) payable
mintWithLoot(uint256 lootId) payable
multiMint(uint256[] tokenIds) payable
multiMintWithLoot(uint256[] lootIds) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
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.
This contract contains no error objects.