SMART BEAST
Verified contract
Active on
Ethereum with 3,331 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 "SMART BEAST"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21295370 | 3 days ago | | | 0 | 0.00067947919 | |
| 21172615 | 20 days ago | | | 0 | 0.0012715416 | |
| 20594300 | 3 months ago | | | 0 | 0.00013149573 | |
| 20594259 | 3 months ago | | | 0 | 0.00013052927 | |
| 20594244 | 3 months ago | | | 0 | 0.00013450925 | |
| 20594221 | 3 months ago | | | 0 | 0.00014746844 | |
| 20594194 | 3 months ago | | | 0 | 0.00019390929 | |
| 20588609 | 3 months ago | | | 0 | 0.000029575348 | |
| 20007072 | 6 months ago | | | 0 | 0.00031157408 | |
| 19920322 | 6 months ago | | | 0 | 0.00062461199 |
ABI
ABI objects
Getter at block 21313410
MAXIMUM_MINT() view returns (uint256)
2
MAXIMUM_SUPPLY() view returns (uint256)
2000
baseURI() view returns (string)
ipfs://QmNg5FsdKu66N33WAFjjXNv6oHYgokPrpxEh3Dru5jDnFj/
getPrice() view returns (uint256)
200000000000000000
getSaleStatus() view returns (uint8)
3
isRevealed() view returns (bool)
true
merkleRoot() view returns (bytes32)
0xa9ccfe09c8a8b5197da5d6d8b1295f2a1d6753c7b64c1a64ea6e64677afa8965
name() view returns (string)
SMART BEAST
notRevealedUri() view returns (string)
ipfs://QmUBs3YnT7aTLrXsxCmYF7uV3gLsEKBqcLiHyPWZNWiUD3
owner() view returns (address)
0xab987c7107e86bf60503324b7322cf28d1252955
privateSalePrice() view returns (uint256)
200000000000000000
symbol() view returns (string)
SB
totalSupply() view returns (uint256)
2000
workflow() view returns (uint8)
3
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasWhitelist(bytes32[] _merkleProof) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensPerWallet(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
gift(address[] addresses)
presaleMint(uint256 ammount, bytes32[] _merkleProof) payable
raffleMint(uint256 ammount) payable
renounceOwnership()
restart()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMerkleRoot(bytes32 root)
setNotRevealedURI(string _notRevealedURI)
setUpPresale()
setUpSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateRafflePrice(uint256 _newPrice)
updateSupply(uint256 _newSupply)
updateWLPrice(uint256 _newPrice)
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(string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()