ProducerPassStaking
Verified contract
Active on
Ethereum with 3,260 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x97ed…5e79
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x97ed…5e79 | ERC-1555 | 1.165K | -- | -- | |
0x97ed…5e79 | ERC-1555 | 1.114K | -- | -- | |
0x97ed…5e79 | ERC-1555 | 808 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106980 | 17 days ago | | | 0 | 0.00049074346 | |
| 21085170 | 20 days ago | | | 0 | 0.00061659961 | |
| 21085167 | 20 days ago | | | 0 | 0.00059906568 | |
| 21085162 | 20 days ago | | | 0 | 0.00053060670 | |
| 21066287 | 23 days ago | | | 0 | 0.00083840400 | |
| 20420650 | 4 months ago | | | 0 | 0.0014645843 | |
| 20419189 | 4 months ago | | | 0 | 0.0012391469 | |
| 20110443 | 5 months ago | | | 0 | 0.00021454836 | |
| 20110440 | 5 months ago | | | 0 | 0.00021696911 | |
| 20110435 | 5 months ago | | | 0 | 0.00022164525 |
ABI
ABI objects
Getter at block 21229755
owner() view returns (address)
0xc7f669be91e2a7dbea99eb2b85470397a03a5e87
producerPassContract() view returns (address)
0x97ed92e744c10fdd5d403a756239c4069e415e79
Read-only
isProducerPassStakingEnabledForId(uint256) view returns (bool)
isProducerPassUnstakingEnabledForId(uint256) view returns (bool)
isStakingEnabledForChapter(uint256 chapter) view returns (bool)
isUnstakingEnabledForChapter(uint256 chapter) view returns (bool)
stakedProducerPassesFromUser(address, uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
renounceOwnership()
setProducerPassContract(address add)
setProducerPassStakingEnabledForIds(uint256[] chapterIds, bool[] enabled)
setProducerPassUnstakingEnabledForIds(uint256[] chapterIds, bool[] enabled)
stakeProducerPasses(uint256[] chapterIds, uint256[] amounts)
transferOwnership(address newOwner)
unstakeProducerPasses(uint256[] chapterIds, uint256[] amounts)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.