Sekushi Official
Verified contract
Active on
Ethereum with 774 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Sekushi Official"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19896423 | 7 months ago | | | 0 | 0.00072923790 | |
| 17135623 | 2 years ago | | | 0 | 0.0015125515 | |
| 16561264 | 2 years ago | | | 0 | 0.00081992092 | |
| 16303292 | 2 years ago | | | 0 | 0.00075054853 | |
| 15973673 | 2 years ago | | | 0 | 0.00033563207 | |
| 15973673 | 2 years ago | | | 0 | 0.00033563207 | |
| 15846439 | 2 years ago | | | 0 | 0.00040947963 | |
| 15802795 | 2 years ago | | | 0 | 0.00075486531 | |
| 15788835 | 2 years ago | | | 0 | 0.00095924372 | |
| 15575917 | 2 years ago | | | 0 | 0.00051126386 |
ABI
ABI objects
Getter at block 21329653
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 owner) view returns (uint256)
freeWallets(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 _mintAmount)
mintForAddress(uint256 _mintAmount, address _receiver)
paidMint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
ContractMint()
ExceedsMaxSupply()
ExceedsWalletLimit()
FreeMintOver()
InsufficientValue()
InvalidAmount()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
SaleInactive()
TokenNotFound()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()