Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xeb83…3a42
0x8355…e525
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x8355…e525 | ERC-20 | 20,000,000,000T | $0.001323 |
$26,467,800,000,000,000,000 | |
0xb263…1090 | ERC-20 | 100,000,000,000,000T | -- | -- | |
0x7f36…be2f | ERC-721 | 1 | -- | -- | |
0xeb83…3a42 | ERC-721 | 1 | -- | -- | |
0xeb83…3a42 | ERC-721 | 1 | -- | -- | |
0xeb83…3a42 | ERC-721 | 1 | -- | -- | |
0xeb83…3a42 | ERC-721 | 1 | -- | -- | |
0xeb83…3a42 | ERC-721 | 1 | -- | -- | |
0xeb83…3a42 | ERC-721 | 1 | -- | -- | |
0xeb83…3a42 | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13678770 | 3 years ago | | | 0 | 0.0030581209 | |
| 13678770 | 3 years ago | | | 0 | 0.0030462676 | |
| 13678770 | 3 years ago | | | 0 | 0.0030581209 | |
| 13678474 | 3 years ago | | | 0 | 0.0035219161 | |
| 13678474 | 3 years ago | | | 0 | 0.0035219161 | |
| 13678474 | 3 years ago | | | 0 | 0.0035219161 | |
| 13678474 | 3 years ago | | | 0 | 0.0035219161 | |
| 13678067 | 3 years ago | | | 0 | 0.0032579619 | |
| 13678067 | 3 years ago | | | 0 | 0.0032579619 | |
| 13678067 | 3 years ago | | | 0 | 0.0032697416 |
ABI
ABI objects
Getter at block 21157974
DAILY_WOOL_RATE() view returns (uint256)
10000000000000000000000
MAXIMUM_GLOBAL_WOOL() view returns (uint256)
2400000000000000000000000000
MAX_ALPHA() view returns (uint8)
8
MINIMUM_TO_EXIT() view returns (uint256)
172800
WOOL_CLAIM_TAX_PERCENTAGE() view returns (uint256)
20
lastClaimTimestamp() view returns (uint256)
1637559109
owner() view returns (address)
0x25025e203f892f50c357bc0703eaf258879a8def
paused() view returns (bool)
true
rescueEnabled() view returns (bool)
false
totalAlphaStaked() view returns (uint256)
9447
totalSheepStaked() view returns (uint256)
11756
totalWoolEarned() view returns (uint256)
331549037268518518518514597
unaccountedRewards() view returns (uint256)
0
woolPerAlpha() view returns (uint256)
6598570092111537693319
Read-only
barn(uint256) view returns (uint16 tokenId, uint80 value, address owner)
isSheep(uint256 tokenId) view returns (bool sheep)
onERC721Received(address, address from, uint256, bytes) pure returns (bytes4)
pack(uint256, uint256) view returns (uint16 tokenId, uint80 value, address owner)
packIndices(uint256) view returns (uint256)
randomWolfOwner(uint256 seed) view returns (address)
State-modifying
Events addManyToBarnAndPack(address account, uint16[] tokenIds)
claimManyFromBarnAndPack(uint16[] tokenIds, bool unstake)
renounceOwnership()
rescue(uint256[] tokenIds)
setPaused(bool _paused)
setRescueEnabled(bool _enabled)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SheepClaimed(uint256 tokenId, uint256 earned, bool unstaked)
TokenStaked(address owner, uint256 tokenId, uint256 value)
Unpaused(address account)
WolfClaimed(uint256 tokenId, uint256 earned, bool unstaked)
constructor(address _woolf, address _wool)
This contract contains no fallback and receive objects.
This contract contains no error objects.