PodiumGenesisStaking
Verified contract
Active on
Ethereum with 557 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb41c…e01a
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PODIUM | ERC-721 | 1 | -- | -- | |
PODIUM | ERC-721 | 1 | -- | -- | |
PODIUM | ERC-721 | 1 | -- | -- | |
PODIUM | ERC-721 | 1 | -- | -- | |
PODIUM | ERC-721 | 1 | -- | -- | |
PODIUM | ERC-721 | 1 | -- | -- | |
PODIUM | ERC-721 | 1 | -- | -- | |
PODIUM | ERC-721 | 1 | -- | -- | |
PODIUM | ERC-721 | 1 | -- | -- | |
PODIUM | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20256269 | 5 months ago | | | 0 | 0.00077637691 | |
| 19988037 | 7 months ago | | | 0 | 0.00087180433 | |
| 16821254 | 2 years ago | | | 0 | 0.0025515167 | |
| 16821251 | 2 years ago | | | 0 | 0.0034910068 | |
| 16710351 | 2 years ago | | | 0 | 0.0015999671 | |
| 16463241 | 2 years ago | | | 0 | 0.0026464953 | |
| 16415606 | 2 years ago | | | 0 | 0.0016971282 | |
| 16411088 | 2 years ago | | | 0 | 0.0028243249 | |
| 16332160 | 2 years ago | | | 0 | 0.0015925735 | |
| 16328419 | 2 years ago | | | 0 | 0.0032246509 |
ABI
ABI objects
Getter at block 21414145
PodiumGenesis() view returns (address)
0xb41cfee86fbd91d47e37816c33dae626c93de01a
owner() view returns (address)
0xc950b3f82c9e6267f77d347140544c7c824d776e
paused() view returns (bool)
false
rewardRate() view returns (uint256)
44
totalStaked() view returns (uint256)
495
Read-only
balanceOfStaked(address) view returns (uint256)
dataLastUpdated(address) view returns (uint256)
earnedRewards(address) view returns (uint256)
functionLocked(bytes4) view returns (bool)
getEarnedAmount(address account) view returns (uint256)
isTeamMemberAdmin(address checkAddress) view returns (bool)
stakedAssetsByAddr(address, uint256) view returns (uint256)
stakedAssetsByToken(uint256) view returns (address)
teamMember(address) view returns (bool)
State-modifying
Events addTeamMemberAdmin(address newMember)
lockFunction(bytes4 id)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
pause()
removeTeamMemberAdmin(address newMember)
renounceOwnership()
stake(uint256[] tokenIds)
strandedRecovery(address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
unstake(uint256[] tokenIds)
updateRewardRate(uint256 _newReward)
updateWithdrawContract(address _newWithdrawContract)
withdraw(address account) returns (uint256)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Staked(address indexed addressSender, uint256 quantity, uint256[] tokenIds)
UnStaked(address indexed addressSender, uint256 quantity, uint256[] tokenIds)
Unpaused(address account)
constructor(address _PodiumGenesis)
This contract contains no fallback and receive objects.
This contract contains no error objects.