Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x71b1…c8af (#340282366920938463463374607431768221384) | ERC-1555 | 1 | -- | -- | |
0x71b1…c8af (#340282366920938463463374607431768221375) | ERC-1555 | 1 | -- | -- | |
0x71b1…c8af (#340282366920938463463374607431768220967) | ERC-1555 | 1 | -- | -- | |
0x71b1…c8af (#340282366920938463463374607431768220605) | ERC-1555 | 1 | -- | -- | |
0x71b1…c8af (#340282366920938463463374607431768220543) | ERC-1555 | 1 | -- | -- | |
0x71b1…c8af (#340282366920938463463374607431768220510) | ERC-1555 | 1 | -- | -- | |
0x71b1…c8af (#340282366920938463463374607431768220503) | ERC-1555 | 1 | -- | -- | |
0x71b1…c8af (#340282366920938463463374607431768220405) | ERC-1555 | 1 | -- | -- | |
0x71b1…c8af (#340282366920938463463374607431768220156) | ERC-1555 | 1 | -- | -- | |
0x71b1…c8af (#340282366920938463463374607431768219729) | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17270439 | 2 years ago | | | 0 | 0.010138090 | |
| 16894724 | 2 years ago | | | 0 | 0.0031071840 | |
| 16558983 | 2 years ago | | | 0 | 0.0034696482 | |
| 16545708 | 2 years ago | | | 0 | 0.0034741792 | |
| 16462086 | 2 years ago | | | 0 | 0.00048643200 | |
| 16376193 | 2 years ago | | | 0 | 0.0027834231 | |
| 16372605 | 2 years ago | | | 0 | 0.011054203 | |
| 16155812 | 2 years ago | | | 0 | 0.0077518973 | |
| 15988164 | 2 years ago | | | 0 | 0.0027027656 | |
| 15985880 | 2 years ago | | | 0 | 0.0049695000 |
ABI
ABI objects
Getter at block 21316242
OldGrill() view returns (address)
0xe11af478af241fab926f4c111d50139ae003f7fd
Parent() view returns (address)
0x71b11ac923c967cd5998f23f6dae0d779a6ac8af
emissionChanges() view returns (uint256 _changes)
0
isStaking() view returns (bool)
true
owner() view returns (address)
0x60cd1d111234bc29b97b2934a5e74f301a3fbd37
Read-only
accountStakes(address, uint256) view returns (uint256)
blacklist(address) view returns (bool)
countEmissions(uint256 _timestamp) view returns (uint256 _c)
emissionStorage(uint256) view returns (uint256 rate, uint256 timestamp)
proxies(address) view returns (address)
stakeStorage(uint256) view returns (address staker, uint256 timestamp, uint256 accountSlot)
stakeStorageGetter(uint256 tokenId) view returns (struct Grill2Stake _s)
stakeStorageOld(uint256 tokenId) view returns (struct IGRILLStake _og)
stakedClaims(address account) view returns (uint256 _earned)
stakedIdsPerAccount(address account) view returns (uint256[] _ids)
stakedIdsPerAccountOld(address account) view returns (uint256[] _ids)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalClaims(address account) view returns (uint256 _earned)
unstakedClaims(address) view returns (uint256)
State-modifying
Events addStakes(uint256[] tokenIds, uint256[] amounts)
blacklistAccount(address account, bool status)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
pauseEmissions()
removeProxyForAccount(address account)
removeStakes(uint256[] oldTokenIds, uint256[] oldAmounts, uint256[] newTokenIds, uint256[] newAmounts)
renounceOwnership()
setEmissionRate(uint256 _seconds)
setProxyForAccount(address account, address operator)
toggleStaking()
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _grillAddr)
This contract contains no fallback and receive objects.
CallerBlacklisted()
CallerNotTokenOwner()
CallerNotTokenStaker()
StakingNotActive()
ZeroEmissionRate()