WhiteRabbitSteak
Verified contract
Active on
Ethereum with 1,197 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 "WhiteRabbitSteak"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21293429 | 3 days ago | | | 0 | 0.00022947970 | |
| 21196318 | 16 days ago | | | 0 | 0.00042848640 | |
| 21144613 | 24 days ago | | | 0 | 0.00038463843 | |
| 21104672 | a month ago | | | 0 | 0.000087540944 | |
| 20982239 | 2 months ago | | | 0 | 0.00025394991 | |
| 20613890 | 3 months ago | | | 0 | 0.000078729745 | |
| 20524161 | 4 months ago | | | 0 | 0.000051549080 | |
| 20474371 | 4 months ago | | | 0 | 0.000046379969 | |
| 20398257 | 4 months ago | | | 0 | 0.000081167513 | |
| 20370351 | 4 months ago | | | 0 | 0.00014732119 |
ABI
ABI objects
Getter at block 21314103
BATCH_SIZE() view returns (uint256)
6
maxSupply() view returns (uint256)
6000
name() view returns (string)
WhiteRabbitSteak
owner() view returns (address)
0xc7f669be91e2a7dbea99eb2b85470397a03a5e87
symbol() view returns (string)
WRSTK
totalSupply() view returns (uint256)
1690
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] receivers, uint256[] quantities, uint256 batchId)
approve(address to, uint256 tokenId)
devMint(address to, uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setNameAndSymbol(string _newName, string _newSymbol)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(uint256 maxSupply_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()