Wool Pouch
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
3
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
Balances ($0.00)
No balances found for "Wool Pouch"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16585015 | 2 years ago | | | 0 | 0.0088525858 |
ABI
ABI objects
Getter at block 21300033
START_VALUE() view returns (uint256)
10000000000000000000000
minted() view returns (uint256)
0
name() view returns (string)
Wool Pouch
owner() view returns (address)
0x25025e203f892f50c357bc0703eaf258879a8def
paused() view returns (bool)
true
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 addController(address controller)
approve(address to, uint256 tokenId)
claim(uint256 tokenId)
initialize(address _wool, address _dateTime)
mint(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)
setPaused(bool _paused)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
uploadGIF(string _gif)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.