TOE BEANS
Verified contract
Active on
Ethereum with 752 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4.71)
Native
Value
$4.71
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001526 | $3,085.44 |
$4.71 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15431498 | 2 years ago | | | 0 | 0.0013160634 | |
| 15425891 | 2 years ago | | | 0 | 0.00034577297 | |
| 15420338 | 2 years ago | | | 0 | 0.00044587632 | |
| 15420324 | 2 years ago | | | 0 | 0.00028711352 | |
| 15420324 | 2 years ago | | | 0 | 0.00028711352 | |
| 15297160 | 2 years ago | | | 0 | 0.00092346641 | |
| 15238130 | 2 years ago | | | 0 | 0.0019997469 | |
| 15213338 | 2 years ago | | | 0 | 0.0044443216 | |
| 15213278 | 2 years ago | | | 0 | 0.0038262356 | |
| 15206654 | 2 years ago | | | 0 | 0.00093564685 |
ABI
ABI objects
Getter at block 21211024
cost() view returns (uint256)
100000000000000000
maxMintAmountPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
1000
name() view returns (string)
TOE BEANS
owner() view returns (address)
0x54d30ab3a0464d4d76fcb6653fdc32358fcd2060
startSaleTime() view returns (uint256)
1657866600
symbol() view returns (string)
TOE
totalSupply() view returns (uint256)
1000
uriPrefix() view returns (string)
ipfs://Qmcrzwd1ZrGVVGVNM2o4rxPn2s4ZCoiXBx7iEC9hHEwycC/
uriSuffix() view returns (string)
.json
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)
mint(uint256 _amt) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setOpenSeaRegistryAddress(address a)
setStartSaleTime(uint256 _time)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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()