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 "Brutal Chibi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 3522710 | a year ago | | | 0 | 0.0000021875870 | |
| 3521951 | a year ago | | | 0 | 0.0000021893173 | |
| 3521518 | a year ago | | | 0 | 6.1934364e-7 | |
| 3521392 | a year ago | | | 0.00345 | 0.0000015355243 | |
| 3521369 | a year ago | | | 0 | 6.1935179e-7 | |
| 3521361 | a year ago | | | 0.00345 | 0.0000015355307 | |
| 3521350 | a year ago | | | 0 | 6.1940749e-7 | |
| 3521338 | a year ago | | | 0.00345 | 0.0000015356797 | |
| 3521328 | a year ago | | | 0 | 6.1941011e-7 | |
| 3521322 | a year ago | | | 0.00345 | 0.0000015356797 |
ABI
ABI objects
Getter at block 23249218
COST() view returns (uint256)
690000000000000
FREE_PER_WALLET() view returns (uint256)
2
MAX_FREE_SUPPLY() view returns (uint256)
4000
MAX_SUPPLY() view returns (uint256)
4999
name() view returns (string)
Brutal Chibi
owner() view returns (address)
0x2fe7cf8bdf8abea06603689328c77a780f6be70d
symbol() view returns (string)
BRC
totalSupply() view returns (uint256)
156
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) payable
changeDefURI(string _tokenURI)
changeTokenURIFlag(uint256 flag)
changeURI(string _tokenURI)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setFreeLimitPerWallet(uint256 _amount)
setMaxFreeSupply(uint256 _amount)
setPrice(uint256 _cost)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
NewMint(address indexed msgSender, uint256 indexed mintQuantity)
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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()