Stash

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x576e24dc at 15375531
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
-
variable spans 2 additional slots

No balances found for "Stash"

No transactions found for "Stash"


Functions
Getter at block 20904147
KIT(view returns (address)
0x5ff1863753c1920c38c7bae94576f2831ef99695
TOY(view returns (address)
0xbf662a0e4069b58dfb9bcebebae99a6f13e06f5a
isStashingEnabled(view returns (bool)
false
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
saleParams(view returns (uint64 startTimeuint64 endTimeuint64 maxSupplyuint64 claims)
(startTime=0, endTime=0, maxSupply=0, claims=0)
signer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
StashingTime(uint256 tokenIdview returns (uint256 t)
balanceOf(address ownerview returns (uint256)
batchIsClaimed(uint256[] tokenIdsTOYuint256[] tokenIdsKITview returns (bool[]bool[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address _owneraddress operatorview returns (bool)
isClaimedByKit(uint256 tokenIdview returns (bool)
isClaimedByToy(uint256 tokenIdview returns (bool)
isStashing(uint256 tokenIdview returns (bool)
operatorProxies(addressview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256 tokenId)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256 tokenId)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
claim(uint256[] tokenIdsTOYuint256[] tokenIdsKIT
devMint(address touint256 quantity
enterStashing(uint256 tokenId
enterStashingMulti(uint256[] tokenId
exitStashing(uint256 tokenId
exitStashingMulti(uint256[] tokenId
initialize(
kickFromStash(uint256 tokenId
mint(uint256 quantityuint256 allowedQuantityuint256 startTimeuint256 endTimebytes signaturepayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setDefaultRoyalty(address receiveruint96 feeNumerator
setPublicSale(uint64 startTimeuint64 endTimeuint64 claimsuint64 maxSupply
setSigner(address signer_
setStashingEnable(bool enableStashing
swapOperatorProxies(address _proxyAddress
swapStashOperator(address operator
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
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyInStashing(
Ended(
ExceedAllowedQuantity(
ExceedMaxSupply(
InvalidSignature(
MintTooManyAtOnce(
NotAllowed(
NotAuthorized(
NotEOA(
NotEnoughETH(
NotInStashing(
NotStarted(
StashingDisabled(
TicketUsed(
ZeroQuantity(