Beaniebros.xyz
Verified contract
Active on
Ethereum with 700 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 "Beaniebros.xyz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15745858 | 2 years ago | | | 0 | 0.00064555019 | |
| 15223206 | 2 years ago | | | 0 | 0.00032387062 | |
| 15203406 | 2 years ago | | | 0 | 0.00031297727 | |
| 15191336 | 2 years ago | | | 0 | 0.00047772890 | |
| 15073770 | 2 years ago | | | 0 | 0.00056743598 | |
| 15063090 | 2 years ago | | | 0 | 0.00051971122 | |
| 15017483 | 2 years ago | | | 0 | 0.0014013913 | |
| 15007904 | 2 years ago | | | 0 | 0.0016205058 | |
| 15007903 | 2 years ago | | | 0 | 0.0025264813 | |
| 15005456 | 2 years ago | | | 0 | 0.0010050758 |
ABI
ABI objects
Getter at block 21215400
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://bafybeib3a6tk3226wej4rber26re7litftk54ryulnfvjadlv62cuo7rbq/
freeprice() view returns (uint256)
0
maxPerTx() view returns (uint256)
5
maxSupply() view returns (uint256)
3000
mintEnabled() view returns (bool)
false
multiplePrice() view returns (uint256)
0
name() view returns (string)
Beaniebros.xyz
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x07c525a2bcd909bde52ce36ce20545745c91db11
symbol() view returns (string)
BEANIEBROSXYZ
totalSupply() view returns (uint256)
3000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
mint(uint256 amount) payable
ownerBatchMint(uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setMaxPerTx(uint256 maxPerTx_)
setPrice(uint256 price_)
setmaxSupply(uint256 maxSupply_)
toggleMinting()
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()