SMART BEAST

Verified contract

Active on Ethereum with 3,329 txns
Deployed by via 0x2f308946 at 14303949
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "SMART BEAST"

0x2d198629413d47ba06eac17da04417005bc2ed10d30df58f4f464e9e50545b2b
0x5a9779887330bb9f8638fc13177cbac690d3d1563962da35097a9553266b25fe
0x668a8de4251cfbd36705cc6609845847ece0525bedebacf8c7990f6573aa4df3
0x1ea8961794fea8f9e6880286bf1c311135c3327e4d99a787db668a408e644524
0x45c3dee0783c460078244dbd42966cae04454d90e0274103327226b3a6b0e20e
0x2481e833a422ab68ced71850bb90f833abdfe5f34fa20e17de40f2f7f17cb9d2
0x050037007d9c511ce469cca9131b11d5ebb0085e6c3677bced630a78290ae55d
0x8d67f0bf075ee1f06a6b42b503505ded3234779fdde4d144c61ae20893ebf3ff
0xeed619c0abab2c08e9e86f307fe756706da17e8796fde9c25ed5aa912bdec102
0xdf41b367f5e2a0e5debc06b7c31a29ba03f16de265a6b92aea3bd17df879f1f3

Functions
Getter at block 20942960
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
hasWhitelist(bytes32[] _merkleProofview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
tokensPerWallet(addressview returns (uint256)
State-modifying
approve(address touint256 tokenId
gift(address[] addresses
presaleMint(uint256 ammountbytes32[] _merkleProofpayable 
raffleMint(uint256 ammountpayable 
renounceOwnership(
restart(
reveal(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setMerkleRoot(bytes32 root
setNotRevealedURI(string _notRevealedURI
setUpPresale(
setUpSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateRafflePrice(uint256 _newPrice
updateSupply(uint256 _newSupply
updateWLPrice(uint256 _newPrice
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _initBaseURIstring _initNotRevealedUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(