Wool Pouch

Verified contract

Proxy

Active on Ethereum with 76,894 txns
Deployed by via 0x3cfb9d56 at 13756080
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 43 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
1 additional variable

No balances found for "Wool Pouch"

0xb622f91c7d15ca4c43e6d02b3bf7b9666c1ad274efdd0759f88d0486bd71f569
0x092c11af4dab6e0f3ceba175667c33ca9e445ed0cc508c5cae2252422d30e25f
0xf1dc5b6c70eef19d165ab059298bab3ddba6424e6ea82aeda2bc07b5e21c5ae2
0x0a8be38c0aeff9072d8caa860f3eeb3d984e831567f2dbbb0f5cdbf854d30dce
0x54709fc6b94d708d0b3f405c570736c43e46837ff01e3d13626de9cb66b02608
0x098207f2a48be48fcf91e9a1abc7fdf3f93e3d48d5b55fec7055144def6d8cf0
0x539df8cc7c144a48d921fa927d882386a7fdf67cbaa63d8fd79353cb62ce9c76
0x17fd28fefb4405d15dbf06721a91d065c8b8ae8db9ae1b287e6cb6ec3a0b6044
0x03e1f90ce8a00cbf90ca191cad4485e2c5826346871f26ffe549c32d48593ede
0xe50241c02a03a846263c866dfc010c17e584ce00cf630f5f4405fd0abcffeb4f

Functions
Getter at block 21158269
START_VALUE(view returns (uint256)
10000000000000000000000
minted(view returns (uint256)
18645
name(view returns (string)
Wool Pouch
owner(view returns (address)
0x25025e203f892f50c357bc0703eaf258879a8def
paused(view returns (bool)
false
symbol(view returns (string)
WPOUCH
wool(view returns (address)
0x8355dbe8b0e275abad27eb843f3eaf3fc855e525
Read-only
amountAvailable(uint256 tokenIdview returns (uint256)
balanceOf(address ownerview returns (uint256)
controllers(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
pouches(uint256view returns (bool initialClaimeduint16 durationuint56 lastClaimTimestampuint56 startTimestampuint120 amount)
supportsInterface(bytes4 interfaceIdview returns (bool)
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 
addController(address controller
approve(address operatoruint256 tokenId
claim(uint256 tokenId
claimMany(uint256[] tokenIds
initialize(address _wooladdress _dateTime
mint(address touint128 amountuint16 duration
mintWithoutClaimable(address touint128 amountuint16 duration
removeController(address controller
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setOperatorFilterer(
setPaused(bool _paused
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
uploadGIF(string _gif
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
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
WoolClaimed(address recipientuint256 tokenIduint256 amount
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
OperatorNotAllowed(address operator