EFStakingPool
Verified contract
Active on
Ethereum with 2,837 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9874…9001
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EF | ERC-721 | 1 | -- | -- | |
EF | ERC-721 | 1 | -- | -- | |
EF | ERC-721 | 1 | -- | -- | |
EF | ERC-721 | 1 | -- | -- | |
EF | ERC-721 | 1 | -- | -- | |
EF | ERC-721 | 1 | -- | -- | |
EF | ERC-721 | 1 | -- | -- | |
EF | ERC-721 | 1 | -- | -- | |
EF | ERC-721 | 1 | -- | -- | |
EF | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21009797 | a month ago | | | 0 | 0.00053038365 | |
| 21000284 | a month ago | | | 0 | 0.0015806167 | |
| 21000227 | a month ago | | | 0 | 0.0018864742 | |
| 21000221 | a month ago | | | 0 | 0.0015115199 | |
| 21000219 | a month ago | | | 0 | 0.0015660666 | |
| 21000214 | a month ago | | | 0 | 0.0017077784 | |
| 21000173 | a month ago | | | 0 | 0.0013314043 | |
| 21000151 | a month ago | | | 0 | 0.0015595045 | |
| 20685360 | 3 months ago | | | 0 | 0.00037312295 | |
| 20354091 | 4 months ago | | | 0 | 0.00079523184 |
ABI
ABI objects
Getter at block 21259203
BURNER_ROLE() view returns (bytes32)
0x3c11d16cbaffd01df69ce1c404f6340ee057498f5f00246190ea54220576a848
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
lastTimeRewardApplicable() view returns (uint256)
1732470611
nftContractAddress() view returns (address)
0xd49eccf40689095ad9e8334d8407f037e2cf5e42
rewardEndTime() view returns (uint256)
17000000000000
rewardRate() view returns (uint256)
11574074074020
rewardToken() view returns (address)
0x9874ddf774aafd901f5e3b3a3d871abb8c349001
Read-only
accountRewardVars(address) view returns (uint32 lastUpdated, uint128 pointsBalance, uint64 totalStaked)
balanceOf(address _owner) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getStaked(address _owner) view returns (uint256)
getStakedTokens(address _address, uint256 _cardCount) view returns (uint256[] tokens)
hasRole(bytes32 role, address account) view returns (bool)
stakedNFTs(address, uint256) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events burn(address _owner, uint256 _amount)
grantRole(bytes32 role, address account)
mint(address[] _addresses, uint256[] _points)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setReward(uint256 _rewardRate)
setRewardEndTime(uint256 _rewardEndTime)
stake(uint256[] _tokenId)
unstake(uint256[] _tokenId)
withdrawReward(uint256 _amount)
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(uint256 _rewardRate, uint256 _rewardEndTime, address _nftContractAddress, address rewardTokenAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.