StakingNFT
Verified contract
Active on
Ethereum with 551 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SLP | ERC-20 | 525.305888 | -- | -- | |
(#1) | ERC-1555 | 3 | -- | -- | |
(#6) | ERC-1555 | 2 | -- | -- | |
(#2) | ERC-1555 | 2 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14287713 | 3 years ago | | | 0 | 0.0058281360 | |
| 14196717 | 3 years ago | | | 0 | 0.0049730560 | |
| 14192693 | 3 years ago | | | 0 | 0.0075343978 | |
| 14184827 | 3 years ago | | | 0 | 0.0055951200 | |
| 14178475 | 3 years ago | | | 0 | 0.0065276400 | |
| 14170232 | 3 years ago | | | 0 | 0.0088589400 | |
| 14168545 | 3 years ago | | | 0 | 0.0096824000 | |
| 14168528 | 3 years ago | | | 0 | 0.011500192 | |
| 14163425 | 3 years ago | | | 0 | 0.011811920 | |
| 14162047 | 3 years ago | | | 0 | 0.014402493 |
ABI
ABI objects
Getter at block 21324113
currentEpochMultiplier() view returns (uint128)
740299272486772486
epoch1Start() view returns (uint256)
1638144000
epochDuration() view returns (uint256)
604800
erc1155TokenAddress() view returns (address)
0x598b1007a5a9b83dc50e06c668a4eae0986cb6ab
getCurrentEpoch() view returns (uint128)
158
Read-only
balanceOf(address user, address token, uint256 erc1155TokenId) view returns (uint256)
computeNewMultiplier(uint256 prevBalance, uint128 prevMultiplier, uint256 amount, uint128 currentMultiplier) pure returns (uint128)
epochIsInitialized(address token, uint256 erc1155TokenId, uint128 epochId) view returns (bool)
erc1155BalanceOf(address user, uint256 erc1155TokenId) view returns (uint256)
getEpochPoolSize(address tokenAddress, uint256 erc1155TokenId, uint128 epochId) view returns (uint256)
getEpochUserBalance(address user, address token, uint256 erc1155TokenId, uint128 epochId) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events deposit(address tokenAddress, uint256 erc1155TokenId, uint256 amount)
emergencyWithdraw(address tokenAddress, uint256 erc1155TokenId)
manualEpochInit(address[] tokens, uint256[] erc1155TokenIds, uint128 epochId)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
withdraw(address tokenAddress, uint256 erc1155TokenId, uint256 amount)
Deposit(address indexed user, address indexed tokenAddress, uint256 indexed erc1155TokenId, uint256 amount)
EmergencyWithdraw(address indexed user, address indexed tokenAddress, uint256 indexed erc1155TokenId, uint256 amount)
ManualEpochInit(address indexed caller, uint128 indexed epochId, address[] tokens, uint256[] erc1155TokenIds)
Withdraw(address indexed user, address indexed tokenAddress, uint256 indexed erc1155TokenId, uint256 amount)
constructor(address _erc1155Token, uint256 _epoch1Start, uint256 _epochDuration)
This contract contains no fallback and receive objects.
This contract contains no error objects.