Sonart

Verified contract

Active on Ethereum with 326 txns
Deployed by via 0x8f4cd10d at 16082543
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Sonart"

0x4140242504580a2c68ba2cee62f2b09acb1241324e013ca5b7e20b63bdd3b36a
0x38dabed13abe5af304d2fc6786f117e200e5f0b2fe5655a3731ce8964cba8453
0x6eb7071fce5c6a2caf486538039e27a0fdbfee2748667f7abb75fe66d4f23bcc
0xa3d2d266dc4fd1e9c25d2a09a7b186aaf07d9dabc58afbb144282209f0cb0557
0x117116a5dcfe33d1b281a74f59bd0f305daf50af296a716e95384f7b859d7555
0x14547ceb145eda368347feff6e883d16aac57134729a39158eb549caebf97053
0x65faf011ebb7dd90bf071e1d4b6c4544226513f619fec57824fcdce090f374bd
0x75b9dbed86e7eccec75da931641e08b62f4eb93cd73e791a27e764a0bb914de3
0x38e93a410059b202aba860552db6fafcc353884f9eb4f8fcb2ecb7338a508b47
0x3bf8f8124531fdbc190499a345a181d9cb2b892051aa1d3b94560b78b119e3e8

Functions
Getter at block 21049519
CurrentSupply(view returns (uint256)
205
Goldlist_cost(view returns (uint256)
50000000000000000
Goldlist_root(view returns (bytes32)
0x105dc2e0b909599b382458f528479118751d4201b56a0c04523c1978bdb3b215
Public_cost(view returns (uint256)
150000000000000000
Whitelist_cost(view returns (uint256)
90000000000000000
Whitelist_root(view returns (bytes32)
0x5f1fb32dd41fba5de0f7cf133a19d6a1ca4998aa0d31f797f532df6936d7a210
contractURI(view returns (string)
https://ipfs.io/ipfs/bafybeiehmmhh2tnheqz3nmafpcvf3uwxvvu4qm34xok5yxgyzgzvah4yre/contractURI.json
isGLPaused(view returns (bool)
true
isPublicMintpaused(view returns (bool)
false
isWLPaused(view returns (bool)
false
maxSupply(view returns (uint256)
5000
name(view returns (string)
Sonart
owner(view returns (address)
0x090b3c30d7f90beae50d28031e749a6f9bc6bb70
symbol(view returns (string)
ST
uriPrefix(view returns (string)
https://s3.amazonaws.com/sonart.metadata/
uriSuffix(view returns (string)
.json
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isGoldlisted(bytes32[] proofbytes32 leafview returns (bool)
isWhitelisted(bytes32[] proofbytes32 leafview returns (bool)
mintedWallets(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
GoldlistMint(bytes32[] proofpayable 
PublicMint(uint256 _mintAmountpayable 
WhitelistMint(uint256 _mintAmountbytes32[] proofpayable 
approve(address touint256 tokenId
mintForOwner(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setGLroot(bytes32 _root
setIsGLPaused(bool _state
setIsPublicMintpaused(bool _state
setIsWLPaused(bool _state
setUriPrefix(string _uriPrefix
setWLroot(bytes32 __root
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator