ERC1155Staking
Verified contract
Active on
Base with 2,940 txns
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 |
---|---|---|---|---|---|
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
0x9fca…d059 | ERC-1555 | 1.465K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22878175 | 16 hours ago | | | 0 | 0.0000030955832 | |
| 22865762 | a day ago | | | 0 | 0.0000049674770 | |
| 22865744 | a day ago | | | 0 | 0.0000049100111 | |
| 22865737 | a day ago | | | 0 | 0.0000048930530 | |
| 22863162 | a day ago | | | 0 | 0.0000014143329 | |
| 22856938 | a day ago | | | 0 | 0.0000030955832 | |
| 22850677 | a day ago | | | 0 | 0.0000030955832 | |
| 22843239 | a day ago | | | 0 | 0.0000029880911 | |
| 22835818 | 2 days ago | | | 0 | 0.0000041871578 | |
| 22835815 | 2 days ago | | | 0 | 0.0000041870523 |
ABI
ABI objects
Getter at block 22906201
AGENT_FEE_PERCENTAGE() view returns (uint256)
1
DAO_FEE_PERCENTAGE() view returns (uint256)
30
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_FEE_PERCENTAGE() view returns (uint256)
5
MAX_NFT_STAKED() view returns (uint256)
10000
MAX_REWARD() view returns (uint256)
1000000000000000000000000000
ManagerWallet() view returns (address)
0xaf70641d93e3e7fa3790ec75efaecae1bc0f7696
POOL_FINISHED() view returns (bool)
false
STAKING_PERIOD() view returns (uint256)
157680000
contractURI() view returns (string)
ipfs://QmdQChkiVeoKyvdJfoCb5Ar21kmrAKhe89NFchNhTNVCqJ/0
daoAddress() view returns (address)
0xf2a0eba5efffc280b078685469287e7e3e7fa436
deployer() view returns (address)
0x90db3ab690fafefee2f09b79cf2a8ab03023c6c0
erc1155Token() view returns (address)
0x9fca3b2e70718cdae99eab0f508ec129af83d059
getRemainingStakingTime() view returns (uint256)
131240651
getRewardPerSec() pure returns (uint256)
634195839675291
getStakersCount() view returns (uint256)
102
poolStartTime() view returns (uint256)
1706162400
rewardsToken() view returns (address)
0xf2d3d488626a117984fda70f8106abc0049018d3
stakingTokenId() view returns (uint256)
2
totalRewardsDistributed() view returns (uint256)
17519662174023318238264956
Read-only
DAO_FEE_PERCENTAGES(uint256) view returns (uint256)
calculateReward(address _user) view returns (uint256)
calculateRewards(address _user) view returns (uint256 userReward, uint256 daoFee, uint256 managerFee)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address member)
getRoleMemberCount(bytes32 role) view returns (uint256 count)
hasRole(bytes32 role, address account) view returns (bool)
hasRoleWithSwitch(bytes32 role, address account) view returns (bool)
stakers(uint256) view returns (address)
stakings(address) view returns (uint256 amount, uint256 reward, uint256 updateTime)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events adminUnstakeAll()
adminUnstakeUser(address _user)
claim()
claimAgent(address _user)
grantRole(bytes32 role, address account)
multicall(bytes[] data) returns (bytes[] results)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setContractURI(string _uri)
setDaoAddress(address _daoAddress)
setManagerFeeWallet(address _ManagerWallet)
setPoolFinished(bool status)
setPoolStartTime(uint256 _poolStartTime)
stake(uint256 _amount)
withdraw(uint256 _amount)
ContractURIUpdated(string prevURI, string newURI)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(address _erc1155Token, uint256 _stakingTokenId, uint256 _poolStartTime, uint256 _boforeRewardsDistributed, address _erc20Token, address _daoAddress, address _ManagerWallet, string _contractURI)
This contract contains no fallback and receive objects.
ContractMetadataUnauthorized()
PermissionsAlreadyGranted(address account, bytes32 role)
PermissionsInvalidPermission(address expected, address actual)
PermissionsUnauthorizedAccount(address account, bytes32 neededRole)
ReentrancyGuardReentrantCall()