SoulStaker
Verified contract
Active on
Ethereum with 640 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfd4b…90b4
0xf80f…b099
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SOUL | ERC-721 | 1 | -- | -- | |
SOUL | ERC-721 | 1 | -- | -- | |
SOUL | ERC-721 | 1 | -- | -- | |
SOUL | ERC-721 | 1 | -- | -- | |
SOUL | ERC-721 | 1 | -- | -- | |
SOUL | ERC-721 | 1 | -- | -- | |
SOUL | ERC-721 | 1 | -- | -- | |
SOUL | ERC-721 | 1 | -- | -- | |
SOUL | ERC-721 | 1 | -- | -- | |
SOUL | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21082698 | 13 days ago | | | 0 | 0.0018590939 | |
| 20701518 | 2 months ago | | | 0 | 0.0011517332 | |
| 20444205 | 3 months ago | | | 0 | 0.00024707664 | |
| 20298295 | 4 months ago | | | 0 | 0.00024038705 | |
| 20160853 | 5 months ago | | | 0 | 0.00028659279 | |
| 19993340 | 5 months ago | | | 0 | 0.0010737413 | |
| 19956540 | 6 months ago | | | 0 | 0.00084911577 | |
| 19847692 | 6 months ago | | | 0 | 0.00049882234 | |
| 19827219 | 6 months ago | | | 0 | 0.0011024351 | |
| 19803581 | 6 months ago | | | 0 | 0.00047556227 |
ABI
ABI objects
Getter at block 21177225
oldStakerContract() view returns (address)
0xf80faba16b4757598c6fad1fe4134039649cb099
owner() view returns (address)
0x6b5631c6cc4a858b3ee98ab4327152a6746b01ab
splicerContract() view returns (address)
0xfd4bfe64fea2ce11898c4b931afaf728778a90b4
Read-only
balanceOf(address owner) view returns (uint256)
getTimeRemaining(uint256 _tokenID) view returns (uint256)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
ownerTokenCount(address) view returns (uint256)
stakedNFTs(uint256) view returns (address owner, uint32 releaseTimestamp, uint8 t1Rewards, uint8 t2Rewards, uint8 t3Rewards)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events SetT3End(bool _ended)
renounceOwnership()
restake(uint256[] _tokenIds, uint8[] _months)
setEarlyRelease(bool _earlyRelease)
setSpendingContract(address _contractAddress)
setT2End(bool _ended)
spendRewards(uint256 _tokenID, uint8 _t1, uint8 _t2, uint8 _t3)
stake(uint256[] _tokenIds, uint8[] _months)
stakeFromOldContract(uint256[] _tokenIds)
transferOwnership(address newOwner)
unstake(uint256[] _tokenIds)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
IncorrectOwner()
IncorrectStakePeriod()
NotBeenStaked()
NotEnoughRewards()
NotStaked()
StakingNotComplete()
StakingUnavailable()
WrongSpender()