A Little Simmon

Verified contract

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

No balances found for "A Little Simmon"

0x5994a2ac6adfd16dc2305b7a18c358c67bb8ddacf07d85861bd9366dbcfc8fc6
0xe0a4c8dbd426da5e34bfd1178bb3c060461e7642537f4cf10a642174e249a633
0xce613ac7091f25e580e0028b844ddd419dc285e4ff4b610b2248fc53006e4e51
0x4957f49e5f430924b75e9e2f8590a1da742cab6d7f79d75a74dec23c3b831b1c
From
0x7a6ba98d706c751674a9f1b184a11db1e32a2b77dd8ca75547e668cbf6877345
0x4e345cf19dd8edacd395f98e7773ade251f5c35b625dc3aa559884f5eedf2db9
0x5c351007d5ecd09108cbd83bebcaba0931cb97032431e6e23247c4ebc2af83b9
0x2a971780bf3dc6bd110b7c9092908077245f0fecb6e91d9dd1c1bf668c9525eb
0x29ccbf5572bad3070c4653efc6e352324e6c647287b865397adea7f4cc3823f5
0x36fbe0eeb2bbdca06d3064d1de2462b11d2938e78967e021778a7628fa6db2d9

Functions
Getter at block 21161247
cost(view returns (uint256)
15000000000000000
hiddenMetadataUri(view returns (string)
ipfs://QmPJWcnaDMAJw8DA7qujWgTXX3H5i7xqpmwYoDySUJnTTz/1.json
maxMintAmountPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
5000
merkleRoot(view returns (bytes32)
0xfaceef5c0b406457042faff76522102beed3bcf5ed949b8fb499c3f98f911125
name(view returns (string)
A Little Simmon
owner(view returns (address)
0x621ff5926094cd9c84d4b2784728a8676d9f77cf
paused(view returns (bool)
true
revealed(view returns (bool)
true
symbol(view returns (string)
ALS
totalSupply(view returns (uint256)
1990
uriPrefix(view returns (string)
ipfs://bafybeicctdqh2ciph5of3zzh32soknakyyfps53zputj2oyxehjrt5576a/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
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)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
whitelistClaimed(addressview returns (bool)
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
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
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 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

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