ShoutersNft

Verified contract

Active on Ethereum with 6,753 txns
Deployed by via 0xb34eb51a at 14856941
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $2.44
0x1e2fee395009eb625700165626025dc325f0554a6650f97047bf78e1d5d299f4
0x050b2d60d37a67cbb840a20e30cf7128608edf01194a1fa0686d056c57b91b3a
0xd8679cb92f540983c8a6ecb2292942890f5c081b617a17345c107c8cfef39404
0xb121bf7cae3e2646ac0a6ebfcfe7be2f92c0689f40ddc81be497747c7add40fc
0x1296747135f10a79115a23e6c75541a34fa02c8789178568fb99ccc996f7164b
0xb0aa6d8bc35cf856933afa990b550a693eb1d7ef488886b64ef397a99e565a4b
0x7259a0af6e19daa56150f20997eec2b816708ec0a650eb85d1c99b582a02842a
0x644b28f5ae6eb43be7f7424cc80e15da7785b3d1caac585549f38848d723bba8
0xe90d529d326d1a50dba4e1aa1b9b02ab0fca09fe967554cde283763f8a4e1d79
0x09e07beb5c1d305aa4b8d0c84a7bc9da0a9fbc46c2f2c4f32caafa0653fd7ee7

Functions
Getter at block 20943245
cost(view returns (uint256)
0
maxMintAmountPerTx(view returns (uint256)
3
maxMintAmountPerWallet(view returns (uint256)
3
maxSupply(view returns (uint256)
5555
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
ShoutersNft
owner(view returns (address)
0x199541232ffc638b78445fd4ca9afeab8c9be807
paused(view returns (bool)
false
symbol(view returns (string)
SHOUTERS
totalSupply(view returns (uint256)
5555
uriPrefix(view returns (string)
https://shouters-app-kvcio.ondigitalocean.app/metadata/
uriSuffix(view returns (string)
.json
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMaxMintAmountPerWallet(uint256 _maxMintAmountPerWallet
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
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(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxuint256 _maxMintAmountPerWalletstring _metadataUri
Fallback and receive

This contract contains no fallback and receive objects.

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