CALStaker
Verified contract
Active on
Ethereum with 2,124 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CALStaker"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17796078 | a year ago | | | 0 | 0.00086408140 | |
| 17795948 | a year ago | | | 0 | 0.00079321600 | |
| 16553658 | 2 years ago | | | 0 | 0.00084271833 | |
| 16553658 | 2 years ago | | | 0 | 0.00084271833 | |
| 16553658 | 2 years ago | | | 0 | 0.00084271833 | |
| 16553658 | 2 years ago | | | 0 | 0.00085770490 | |
| 16553658 | 2 years ago | | | 0 | 0.00085770490 | |
| 16553657 | 2 years ago | | | 0 | 0.00089770708 | |
| 16553657 | 2 years ago | | | 0 | 0.00089770708 | |
| 16553657 | 2 years ago | | | 0 | 0.00089770708 |
ABI
ABI objects
Getter at block 21302698
owner() view returns (address)
0xb0ad78807d81315cf9d881c2aa47c4032b01c75d
passportNFT() view returns (address)
0x8170e20b2ca6c98b762b00ff64b6155d9ce68d1f
projectInfosLength() view returns (uint256)
1
shurikenNFT() view returns (address)
0x49638a493f122370975b1a92787d8960336a1163
shurikenStakedNFT() view returns (address)
0x88ecbcac0ac6c7d1749bddeae281ecffa0ae22c6
shurikenStakingNFT() view returns (address)
0xa4f5152bb0be2ebed119c4e9ed055306fed5951b
stakingPaused() view returns (bool)
false
Read-only
projectInfos(uint256) view returns (string projectName, uint256 stakingCount, uint256 stakingTotal, uint256 maxTotal, uint256 maxTotalPerAddress, uint256 minTotalPerAddress)
stakingInfos(address, uint256) view returns (uint256 stakingCount, uint256 stakingTotal, uint256 unstakingCount)
State-modifying
Events addProjectInfo(struct CALStakerProjectInfo info)
editProjectInfo(uint256 index, struct CALStakerProjectInfo info)
renounceOwnership()
restake(uint256[] tokenIds, uint256 projectIdIndex)
setProjectInfo(uint256 index, struct CALStakerProjectInfo info)
setStakingPaused(bool _stakingPaused)
stake(uint256[] tokenIds, uint256 projectIdIndex)
transferOwnership(address newOwner)
unstake(uint256[] tokenIds, uint256 projectIdIndex)
withdraw(address withdrawAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Restake(address indexed from, uint256[] tokenIds, uint256 indexed projectIdIndex)
Stake(address indexed from, uint256[] tokenIds, uint256 indexed projectIdIndex)
Unstake(address indexed from, uint256[] tokenIds, uint256 indexed projectIdIndex)
constructor(address _shurikenNFT, address _shurikenStakingNFT, address _shurikenStakedNFT, address _passportNFT)
This contract contains no fallback and receive objects.
This contract contains no error objects.