The Shakai
Verified contract
Active on
Ethereum with 2,927 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
3 additional
variables
Balances ($0.00)
No balances found for "The Shakai"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20444260 | 3 months ago | | | 0 | 0.000064886380 | |
| 20340131 | 4 months ago | | | 0 | 0.00023848540 | |
| 20239832 | 4 months ago | | | 0 | 0.00031659921 | |
| 19896907 | 6 months ago | | | 0 | 0.00015095181 | |
| 19723177 | 7 months ago | | | 0 | 0.00038193322 | |
| 19636074 | 7 months ago | | | 0 | 0.00030576208 | |
| 19636074 | 7 months ago | | | 0 | 0.00053584094 | |
| 19620149 | 7 months ago | | | 0 | 0.0029541234 | |
| 19587472 | 7 months ago | | | 0 | 0.00077365583 | |
| 19357144 | 8 months ago | | | 0 | 0.0029211188 |
ABI
ABI objects
Getter at block 21173070
baseURI() view returns (string)
https://api.theshakai.com/
currentTID() view returns (uint256)
2101
isPresaleOpened() view returns (bool)
false
isPublicSaleOpened() view returns (bool)
false
maxNftSupply() view returns (uint256)
2101
maxPresaleSupply() view returns (uint256)
1007
maxPresaleToMint() view returns (uint256)
3
maxPublicToMint() view returns (uint256)
10
mintPrice() view returns (uint256)
80000000000000000
name() view returns (string)
The Shakai
owner() view returns (address)
0x828ce81303fb095d294245ecdb5e94a7432c45f0
presaleAllowed() view returns (bool)
true
presaleTime() view returns (uint256)
1636315158
publicSaleAllowed() view returns (bool)
false
publicSaleTime() view returns (uint256)
1636999308
symbol() view returns (string)
SHAKAI
totalSupply() view returns (uint256)
1600
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getTicketCount(address user) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleNumOfUser(address) view returns (uint256)
publicNumOfUser(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
totalClaimed(address) view returns (uint256)
whitelisted(address) view returns (bool)
State-modifying
Events addToPresale(address[] addresses)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
buyTickets(uint256 count, bool mode) payable
claim()
removeToPresale(address[] addresses)
renounceOwnership()
reserveNfts(address _to, uint256 _count)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxNftSupply(uint256 _maxValue)
setMaxPresaleSupply(uint256 _maxValue)
setMaxPresaleToMint(uint256 _maxValue)
setMaxPublicToMint(uint256 _maxValue)
setMintPrice(uint256 _price)
setPresaleStatus(bool newStatus, uint256 timeDiff)
setPublicSaleStatus(bool newStatus, uint256 timeDiff)
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 name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.