Toy Stash

Verified contract

Proxy

Active on Ethereum with 2,817 txns
Deployed by via 0xcaa6efca at 15375534
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
2 additional variables
Native
Value $60.26
0xf9579e29fd6fcec71096ddb694e88b9e6d71b526714c333e2ffdb2106fe260f2
0x3ec2a7e704b4d930fe284a9b20915bb714970bb0d57e126ba2b36ec6f2828dba
0xf10d8134a61522d78ac4feb4512cf7bd94f6b2c7f9d06758ce8fb6f8b083527d
0x5e9e137b002f1f116835f7e531afd1cca16bdece4f25302af00eace265b15153
0x1f5f2659592fb87f4981e3dc12cf96db35eb4b129ba85b0285b3aea51a2a0f25
0xb9d8d2aa8e4e5176d95a93532dacedcc186d4569a443a8ef6bb2902e0d184f1d
0x782a3596355ee5839634a8d2f5a5d0de59bf9377bc1995f59c227aa7aa10dbd8
0xe5b704ce60333a2a907f2c5595570c5a53c0cbf98ed01a6c919b11e6bbf004e0
0x84141926cb4833dca39f14f5c1591e6902c562db295d3ab4bdf28a34fd6b3b96
0xe470c5bb75c5cdfc9cbfd3308ddfb07776dba59038b13437eb5d62ccdbdf2bc1

Functions
Getter at block 20902940
KIT(view returns (address)
0x5ff1863753c1920c38c7bae94576f2831ef99695
TOY(view returns (address)
0xbf662a0e4069b58dfb9bcebebae99a6f13e06f5a
isStashingEnabled(view returns (bool)
false
name(view returns (string)
Toy Stash
owner(view returns (address)
0xf4617b57ad853f4bc2ce3f06c0d74958c240633c
saleParams(view returns (uint64 startTimeuint64 endTimeuint64 maxSupplyuint64 claims)
(startTime=1663450740, endTime=1730058651, maxSupply=11111, claims=2059)
signer(view returns (address)
0xe36f2696ddda39b31ce57b115ccce65b21223eba
symbol(view returns (string)
STASH
totalSupply(view returns (uint256)
4685
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
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
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
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
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(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
AlreadyInStashing(
Ended(
ExceedAllowedQuantity(
ExceedMaxSupply(
InvalidSignature(
MintTooManyAtOnce(
NotAllowed(
NotAuthorized(
NotEOA(
NotEnoughETH(
NotInStashing(
NotStarted(
StashingDisabled(
TicketUsed(
ZeroQuantity(