MYSTCL

Verified contract

Active on Base with 28,351 txns
Deployed by via 0x827c2d2b at 10313265
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
 (#2)
ERC-721
--
0x903ec73523d08bff6b2546415e23a836ecfd3745b7a6e7819796d1fbd4f1d6b3
0x6379ca406c201df3d7028bd61b8e3682249a475f007570298832bc1e533a1456
0x1f2f17f3ba6ba81bf598bd1907699e87922476addbd0c225ccb425f7e2b8ccc8
0xaf7fc769fd546e7842a642b657eef5bc0b3e1eb94c505fc91e9e3a2a56189634
0x743e0bdd075adc7b37ce40df8e9338977c65e4907e1450566ce5c1bad811a3d7
0x441f368f219c4da98794be5d56062774e9ea6200421c766fea688d7ae1266dc0
0x03e46316f55d4f37b779b259f139e2d12f6122f30a90e66df30f86d19a6072cc
0xf22c5a34725443ab3ec7607b7ddfd9b2da959a5e29c5025d051a498671707ce0
0x6b7340b5dbca018a30d7f4f3e1e91639688ea26a32d28c506d5d01dd9eec8a8e
0x26e26430ff7133d2eec24f5faf04168e340c20fef86ed2b84fdb47378adca0e4

Functions
Getter at block 21750656
baseTokenURI(view returns (string)
https://indigo-adorable-goldfish-834.mypinata.cloud/ipfs/QmWDQTYXXMsduJDAFCzrbSs5bDRFt8FHqRYEc3S6mh24oe/
decimals(view returns (uint8)
18
erc721totalSupply(view returns (uint256)
7000
 
getTokenIdPool(view returns (uint256[])
maxMintedId(view returns (uint256)
7000
name(view returns (string)
MYSTCL
owner(view returns (address)
0x5338c48bb44943afdcb7f1995b1ccef7916f88ae
symbol(view returns (string)
MYST
totalSupply(view returns (uint256)
7000000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenIdPool(uint256view returns (uint256)
tokenURI(uint256 idview returns (string)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address _owner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
OwnershipTransferred(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(address _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
IdNotAssigned(
InvalidId(
InvalidOwner(
InvalidRecipient(
InvalidSender(
InvalidSetWhitelistCondition(
NotFound(
PoolIsEmpty(
Unauthorized(
UnsafeRecipient(