Sekushi Official

Verified contract

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

No balances found for "Sekushi Official"

0x85f69690b2af7b9640e2fdc87b0c744874e05ca48c64ce468e61eadde08e269e
0x20d62772a5e238d55652dc4f3468e4921d58b78d95ad6c770f5ac9d96c8a8f30
0x6fa351fc3ea6b7bd06ef306ee8ced597eb4f0fa2fccfdebb3dc00f3814165878
0xad9781786eee2558b1d2564749d9f246925764f391390a930dc570986fde7b96
0x40edad6232896d1b656d9f690d2a856b072881d2f39a28fe2c33a1b5ba2f5fdb
0x7f94a06255e4429b673b6d2a3fde3f0afd08642131dfcfefe53d9eee87543b88
0x064c2026b8195e71f7ba910c3dc648fff074a2e77ff045c92d8de4e4eb19cd3d
0x7393e8a6c0bfed6e847a8b3ca5bb33837d5cb67db6a3bf996c24693066adcbfe
0x059a92a8791b1d3a901a7cf422ba12e5d7e44f6473102f0af598fed74dc8f01c
0x8f8f6cb45a470024b5d0cb9c71b1a295b95e03d323c7e32687277c4b127ef6ca

Functions
Getter at block 21060823
FREE_MINT_MAX(view returns (uint256)
3000
cost(view returns (uint256)
1000000000000000
freeMaxMintPerWallet(view returns (uint256)
10
isFreeMint(view returns (bool)
false
maxMintAmountPerTx(view returns (uint256)
20
maxSupply(view returns (uint256)
4444
name(view returns (string)
Sekushi Official
owner(view returns (address)
0x2a4151d50867dd39d990998e8ef7eba29ac195ca
revealed(view returns (bool)
true
saleActive(view returns (bool)
true
symbol(view returns (string)
SO
totalSupply(view returns (uint256)
3434
Read-only
balanceOf(address ownerview returns (uint256)
freeWallets(addressview 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)
State-modifying
approve(address touint256 tokenId
freeMint(uint256 _mintAmount
mintForAddress(uint256 _mintAmountaddress _receiver
paidMint(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setCost(uint256 _cost
setMaxFreeMint(uint256 _max
setMaxFreeMintPerWallet(uint256 _max
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMaxSupply(uint256 _maxSupply
setRevealed(bool state
toggleSaleState(
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 baseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
ContractMint(
ExceedsMaxSupply(
ExceedsWalletLimit(
FreeMintOver(
InsufficientValue(
InvalidAmount(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
SaleInactive(
TokenNotFound(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(