Suji

Verified contract

Active on Ethereum with 7,323 txns
Deployed by via 0x542eb61b at 15376203
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Suji"

0x3d7d988f98bf94afa999ad3838d1b2834e270ae78fe98087d8373fe5602593b0
0xc19ddb12ad0104ec53d86ff5af73e26642e8496220fbf40dbdc108233ce3a2c4
0x225417b0b19602a14a6f42683155dad4a8c7c3fc1473e39af58ca11de5cb31f2
0x948c986e1aa2c0565d7e434b9359ff2b0278ba4e08ec1e783e6929dfeff990c7
0x0b8e7260a23af1b30717e4606e61fd35800a8eea4e50d5079755ba8e075e0fa7
0x6097bb25be99a59962c2a86c142825e5875c9469e4d54b91b59aa596a8b234dd
0x24d89253cff6bf5c47d2b219f63011f49d81636a5ae2c8b5827abfdbbbbe1a29
0x25cc1c5b8ed10e1d392d511fd43b705a4078a4ea7189923f690067284099ee39
0x600a92f79ba95707d6b881bc155b38cbb730991460fdd6c64adc56773db1c9c6
0xa40b5bc616056c5aa1c989b8aca7b183c368fbb168be4a5f355c445d8b08f2c4

Functions
Getter at block 21219500
maxPublic(view returns (uint256)
1
maxSupply(view returns (uint256)
5555
maxWL(view returns (uint256)
2
mintActive(view returns (bool)
true
name(view returns (string)
Suji
owner(view returns (address)
0x6c8a07bcb4bce577d59ab2766e664b5665e74fb3
price(view returns (uint256)
0
publicActive(view returns (bool)
true
symbol(view returns (string)
SUJI
totalSupply(view returns (uint256)
5555
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[])
userMints(address _accountview returns (uint256)
userPubMints(addressview returns (uint256)
State-modifying
approve(address touint256 tokenId
changePrice(uint256 _price
flipMintState(
flipPublic(
publicMint(payable 
reduceSupply(uint256 _amount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _inputURI
setMerkleRoot(bytes32 _root
teamMint(uint256 _quantityaddress _to
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawFunds(address _touint256 _amount
wlMint(uint256 _quantitybytes32[] proofpayable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _inputURIbytes32 _wlRoot
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
EthAmount(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
MintedOut(
OwnerQueryForNonexistentToken(
SupplyCap(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WLCap(