Brut(e)
Verified contract
Active on
Ethereum with 1,287 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 "Brut(e)"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21406885 | 2 days ago | | | 0 | 0.00031124001 | |
| 19540930 | 9 months ago | | | 0 | 0.0014175661 | |
| 18892741 | a year ago | | | 0 | 0.0013064386 | |
| 15765408 | 2 years ago | | | 0 | 0.00032641208 | |
| 15765399 | 2 years ago | | | 0 | 0.00059147583 | |
| 15488941 | 2 years ago | | | 0 | 0.00039053441 | |
| 15483662 | 2 years ago | | | 0 | 0.00043028240 | |
| 15482977 | 2 years ago | | | 0 | 0.00074670320 | |
| 15482930 | 2 years ago | | | 0 | 0.00077949928 | |
| 15326233 | 2 years ago | | | 0 | 0.00065974236 |
ABI
ABI objects
Getter at block 21419691
contractURI() view returns (string)
""
giveawayCount() view returns (uint256)
666
giveawaysDone() view returns (uint256)
666
maxMint() view returns (uint256)
7
maxSupply() view returns (uint256)
6667
mintCost() view returns (uint256)
25000000000000000
name() view returns (string)
Brut(e)
owner() view returns (address)
0x343f69c574034365e4a7fe2d02b5fa510307f727
provenance() view returns (string)
publicSaleStart() view returns (uint256)
1654365600
saleActive() view returns (bool)
true
symbol() view returns (string)
(e)
totalSupply() view returns (uint256)
1087
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
giveawayClaimed(address) view returns (bool)
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)
freeMint() payable
publicMint(uint256 quantity) 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)
setContractURI(string _contractURI)
setProvenance(string _provenance)
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()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()