BrewKillers
Verified contract
Active on
Ethereum with 739 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 "BrewKillers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15191779 | 2 years ago | | | 0 | 0.00029306397 | |
| 15190685 | 2 years ago | | | 0 | 0.00046708282 | |
| 15190679 | 2 years ago | | | 0.009 | 0.00086020026 | |
| 15190679 | 2 years ago | | | 0.009 | 0.00094115426 | |
| 15190657 | 2 years ago | | | 0.009 | 0.00065323172 | |
| 15190654 | 2 years ago | | | 0.009 | 0.00068635199 | |
| 15190641 | 2 years ago | | | 0.009 | 0.00091302615 | |
| 15190611 | 2 years ago | | | 0.009 | 0.00085654549 | |
| 15190601 | 2 years ago | | | 0.009 | 0.00095361286 | |
| 15190595 | 2 years ago | | | 0.009 | 0.00080165858 |
ABI
ABI objects
Getter at block 21170137
baseURI() view returns (string)
ipfs://QmcTdx55RBvUDGHNxyUVT3niu8kittEo2JrfaG8AeEgfr9/
cost() view returns (uint256)
9000000000000000
maxSupply() view returns (uint32)
3333
name() view returns (string)
BrewKillers
owner() view returns (address)
0x028073f2944eda298bd55f012cf9a4bd386c2e8d
symbol() view returns (string)
BK
totalSupply() view returns (uint256)
3169
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 approve(address to, uint256 tokenId)
burn(uint32 quantity)
mint() payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()