Keepers of the Inn
Verified contract
Active on
Ethereum with 3,362 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 "Keepers of the Inn"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21262601 | 16 hours ago | | | 0 | 0.00027054985 | |
| 21262314 | 17 hours ago | | | 0 | 0.00036173873 | |
| 21256550 | 2 days ago | | | 0 | 0.00063368876 | |
| 21222825 | 6 days ago | | | 0 | 0.00079671501 | |
| 21215872 | 7 days ago | | | 0 | 0.0010107404 | |
| 21164156 | 14 days ago | | | 0 | 0.00066769540 | |
| 21156492 | 15 days ago | | | 0 | 0.00056005601 | |
| 21134001 | 19 days ago | | | 0 | 0.00036654524 | |
| 21128915 | 19 days ago | | | 0 | 0.00080255856 | |
| 21119211 | 21 days ago | | | 0 | 0.00014880527 |
ABI
ABI objects
Getter at block 21267415
GIFT_SUPPLY() view returns (uint256)
60
PRESALE_SUPPLY() view returns (uint256)
2000
SUPPLY() view returns (uint256)
3356
_baseTokenURI() view returns (string)
https://nft.bueno.art/api/collections/4a3fb47866ba478f8a6de5c499ba6570/token/metadata/
getSaleState() view returns (uint8)
2
maxPerTransaction() view returns (uint256)
100
maxPerWalletPresale() view returns (uint256)
20
name() view returns (string)
Keepers of the Inn
owner() view returns (address)
0xc358522c2eb462e4886f4c5a53e5e380a616b63a
price() view returns (uint256)
90000000000000000
provenance() view returns (string)
QmPpNKHVp4yuz2XVrS1Cy9VUJ9PuvXQWtYwygaxrhHzcx5
symbol() view returns (string)
KEEPER
totalSupply() view returns (uint256)
3356
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)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
gift(address receiver, uint256 qty)
mint(uint256 qty) payable
mintPresale(uint256 qty, bytes signature) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPerTransactionMax(uint256 limit)
setPresalePerWalletLimit(uint256 limit)
setPrice(uint256 newPrice)
setProvenanceHash(string hash)
setSaleState(uint8 _state)
setSigner(address _signer)
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)
Mint(address purchaser, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SaleStateChange(uint8 newState)
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.