UnstructuredProxy
Verified contract
Proxy
Active on
Ethereum with 7,583 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x65c5…abed
0x16c4…63e0
0x71e5…433d
0xca92…ebf8
20 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YT | ERC-721 | 1 | -- | -- | |
YT | ERC-721 | 1 | -- | -- | |
YT | ERC-721 | 1 | -- | -- | |
YT | ERC-721 | 1 | -- | -- | |
YT | ERC-721 | 1 | -- | -- | |
YT | ERC-721 | 1 | -- | -- | |
YT | ERC-721 | 1 | -- | -- | |
YT | ERC-721 | 1 | -- | -- | |
YT | ERC-721 | 1 | -- | -- | |
YT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21068110 | a month ago | | | 0 | 0.0039974432 | |
| 18941810 | a year ago | | | 0 | 0.0071046942 | |
| 18941784 | a year ago | | | 0 | 0.0081907159 | |
| 17435605 | a year ago | | | 0 | 0.0037092384 | |
| 17005603 | 2 years ago | | | 0 | 0.0040138590 | |
| 16703044 | 2 years ago | | | 0 | 0.016559341 | |
| 16701478 | 2 years ago | | | 0 | 0.0029291915 | |
| 16326776 | 2 years ago | | | 0 | 0.0024161979 | |
| 16326775 | 2 years ago | | | 0 | 0.0029243767 | |
| 16309153 | 2 years ago | | | 0 | 0.0037610349 |
ABI
ABI objects
Getter at block 21287502
implementation() view returns (address)
0x06a772f6da688e32f188667558445d282f8692b4
proxyOwner() view returns (address owner)
0x14b7acce94775365aead3ddc19f1b7e057b37487
FIGHTING_STOLEN_RISK_PERCENTAGE() view returns (uint256)
100
GATHERING_FRXST_TAX_PERCENTAGE() view returns (uint256)
50
GATHERING_TAX_RISK_PERCENTAGE() view returns (uint256)
50
GENERAL_FRXST_TAX_PERCENTAGE() view returns (uint256)
10
GetTotalYetiStaked() view returns (uint256)
3289
HEALING_COST() view returns (uint256)
500000000000000000000
HUNTING_INJURY_RISK_PERCENTAGE() view returns (uint256)
500
INJURY_TIME() view returns (uint256)
172800
LEVEL_UP_COST_MULTIPLIER() view returns (uint256)
100
MINIMUM_TO_EXIT() view returns (uint256)
172800
RandomnessEngine() view returns (address)
0xca926868694d0cbff1e7adf9a393aab15c75ebf8
frxst() view returns (address)
0x16c4b48c64fb39f0fbed9d856a35f854daec63e0
getSignerStore() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
owner() view returns (address)
0x14b7acce94775365aead3ddc19f1b7e057b37487
paused() view returns (bool)
false
rescueEnabled() view returns (bool)
false
rewardCalculationDuration() view returns (uint256)
86400
rs() view returns (address)
0x71e57dbad179c9c570857e2a8b49f06d4816433d
totalYetiStakedFighting() view returns (uint256)
45
totalYetiStakedGathering() view returns (uint256)
2259
totalYetiStakedHunting() view returns (uint256)
985
yeti() view returns (address)
0x65c5493e6d4d7bf2da414571eb87ed547eb0abed
Read-only
experience(uint256) view returns (uint256)
exprates(uint256, uint256) view returns (uint256)
fighterArray(uint256) view returns (uint16 tokenId, uint80 value, uint8 activityId, address owner, uint80 stakeTime)
fighterIndices(uint256) view returns (uint256)
fighters(uint256) view returns (uint16 tokenId, uint80 value, uint8 activityId, address owner, uint80 stakeTime)
getStakedTokens(address _user) view returns (uint256[])
hospital(uint256) view returns (uint16 tokenId, uint80 value, address owner)
initiateGame(uint256) view returns (bool)
levels(uint256) view returns (uint8)
onERC721Received(address, address from, uint256, bytes) pure returns (bytes4)
palace(uint256) view returns (uint16 tokenId, uint80 value, uint8 activityId, address owner, uint80 stakeTime)
randomIndex(uint256) view returns (uint256 randomValue)
rates(uint256, uint256) view returns (uint256)
stakedToken(address, uint256) view returns (uint256)
tokenRarity(uint256) view returns (uint256)
tokenToPosition(uint256) view returns (uint256)
yetiMultiplier(uint256) view returns (uint256)
State-modifying
Events transferProxyOwnership(address _newOwner)
upgradeTo(address _impl)
ClaimSickYeti(uint256 tokenId)
Heal(uint256 tokenId)
SetDesignatedSigner(address newSigner)
SetExpRates(uint256[][] _exprates)
SetFrxstRates(uint256[][] _rates)
SetGatherTaxPercentage(uint256 _tax)
SetGeneralTaxPercentage(uint256 _tax)
SetHealingCost(uint256 _healingcost)
SetInjuryTime(uint256 _seconds)
SetLevelUpCostMultiplier(uint256 _multiplier)
SetMinimumClaimTime(uint256 _seconds)
SetRescueEnabled(bool _rescue)
addManyToPalace(address account, uint256[] tokenIds, uint8 activityId)
claimMany(uint16[] tokenIds, bool unstake)
fightingStolenRisk(uint256 _new)
gatheringFRXSTRisk(uint256 _new)
healCostSetter(uint256 cost)
huntingInjuryRisk(uint256 _new)
init(address _yeti, address _frxst, address _treasury, address _rs, address _vrf)
initialize()
initiateGameAt(struct rarityCheckRarity[] rarity)
levelup(uint256 tokenId)
renounceOwnership()
rescue(uint256[] tokenIds)
setLevelExp(uint256[] _levelExp)
setPaused(bool _paused)
setRewardCalculationDuration(uint256 _amount)
setVRF(address _vrf)
setlevelCost(uint256[] _levelCost)
setyetiMultiplier(uint256[] _yetiMultiplier)
transferOwnership(address newOwner)
Healing(uint256 tokenId, address healer, uint256 cost)
Injury(uint256 tokenId, uint80 injuredblock)
Log(address arg0, uint16 arg1, uint8 arg2)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Stolen(uint256 tokenId)
TokenStaked(address owner, uint256 tokenId, uint8 activityId, uint256 value)
Unpaused(address account)
YetiClaimed(uint256 tokenId, uint256 earned, bool unstaked)
constructor()
fallback()
receive()
This contract contains no error objects.