Wool Pouch
Verified contract
Proxy
Active on
Ethereum with 76,894 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
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
0x8355…e525
0xe607…b972
1 additional
variable
Balances ($0.00)
No balances found for "Wool Pouch"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157448 | 3 hours ago | | | 0 | 0.0052776824 | |
| 21157279 | 3 hours ago | | | 0 | 0.0026968563 | |
| 21156285 | 7 hours ago | | | 0 | 0.0019273317 | |
| 21155529 | 9 hours ago | | | 0 | 0.0015194805 | |
| 21155151 | 10 hours ago | | | 0 | 0.0026733982 | |
| 21153281 | 17 hours ago | | | 0 | 0.0051833739 | |
| 21152708 | 19 hours ago | | | 0 | 0.0016300637 | |
| 21151009 | a day ago | | | 0 | 0.0012480122 | |
| 21149573 | a day ago | | | 0 | 0.00020611718 | |
| 21148496 | a day ago | | | 0 | 0.0018280505 |
ABI
ABI objects
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 tokenId) view returns (uint256)
balanceOf(address owner) view returns (uint256)
controllers(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
pouches(uint256) view returns (bool initialClaimed, uint16 duration, uint56 lastClaimTimestamp, uint56 startTimestamp, uint120 amount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addController(address controller)
approve(address operator, uint256 tokenId)
claim(uint256 tokenId)
claimMany(uint256[] tokenIds)
initialize(address _wool, address _dateTime)
mint(address to, uint128 amount, uint16 duration)
mintWithoutClaimable(address to, uint128 amount, uint16 duration)
removeController(address controller)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setOperatorFilterer()
setPaused(bool _paused)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
uploadGIF(string _gif)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
WoolClaimed(address recipient, uint256 tokenId, uint256 amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
OperatorNotAllowed(address operator)