Tavern NFT
Verified contract
Active on
Ethereum with 579 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x63b5…6cb5
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19793032 | 6 months ago | | | 0 | 0.00015864338 | |
| 16557421 | 2 years ago | | | 0 | 0.00068433644 | |
| 16557411 | 2 years ago | | | 0 | 0.00067081889 | |
| 16414234 | 2 years ago | | | 0 | 0.00050317456 | |
| 16040698 | 2 years ago | | | 0 | 0.00033129996 | |
| 15881538 | 2 years ago | | | 0 | 0.00025274045 | |
| 15727818 | 2 years ago | | | 0 | 0.0013420537 | |
| 15642607 | 2 years ago | | | 0 | 0.0014914237 | |
| 15159325 | 2 years ago | | | 0 | 0.00028272024 | |
| 13879675 | 3 years ago | | | 0 | 0.0022670259 |
ABI
ABI objects
Getter at block 21208985
InterfaceId_ERC165() view returns (bytes4)
0x01ffc9a7
MAX_SUPPLY() view returns (uint16)
4000
ROLE_SUPERUSER() view returns (string)
superuser
name() view returns (string)
Tavern NFT
owner() view returns (address)
0x35d415bf0e6bbf8e10eba814e10325c46a2cf009
symbol() view returns (string)
Tavern
tavernContract() view returns (address)
0x63b55c54cd4709b80b434de938986c7da5dd6cb5
totalSupply() view returns (uint256)
30
Read-only
balanceOf(address _owner) view returns (uint256)
checkRole(address _operator, string _role) view
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 _tokenId) view returns (address)
hasRole(address _operator, string _role) view returns (bool)
isApprovedForAll(address _owner, address _operator) view returns (bool)
isSuperuser(address _addr) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tavern(uint256 tokenId) view returns (uint256, int256, int256, uint8, uint256)
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)
batchMint(address[] tos, uint256[] tokenIds)
burn(uint256 tokenId)
mint(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _to, bool _approved)
setTavernContract(address tavern)
setTokenURI(uint256 _tokenId, string _uri)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address _newOwner)
transferSuperuser(address _newSuperuser)
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdded(address indexed operator, string role)
RoleRemoved(address indexed operator, string role)
SetTavernContract(address tavern)
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.