CALMinter
Verified contract
Active on
Ethereum with 2,152 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 "CALMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16104116 | 2 years ago | | | 0 | 0.00042468122 | |
| 16101349 | 2 years ago | | | 0 | 0.00032317283 | |
| 16047213 | 2 years ago | | | 0.02 | 0.0012973396 | |
| 16039020 | 2 years ago | | | 0.02 | 0.0014188003 | |
| 16038660 | 2 years ago | | | 0.02 | 0.0013866673 | |
| 16009469 | 2 years ago | | | 0.02 | 0.0014364771 | |
| 16004298 | 2 years ago | | | 0.02 | 0.0014320697 | |
| 16002115 | 2 years ago | | | 0.02 | 0.0016251934 | |
| 15996713 | 2 years ago | | | 0.02 | 0.0014820572 | |
| 15988576 | 2 years ago | | | 0.02 | 0.0017036340 |
ABI
ABI objects
Getter at block 21328568
cardCost() view returns (uint256)
20000000000000000
cardSupply() view returns (uint256)
3000
merkleRoot() view returns (bytes32)
0xc7562f433ab30c1abfc4db3acd8e4352b137b7ab0815dd5a912d2bbaba865818
owner() view returns (address)
0xb0ad78807d81315cf9d881c2aa47c4032b01c75d
passportNFT() view returns (address)
0x8170e20b2ca6c98b762b00ff64b6155d9ce68d1f
phase() view returns (uint8)
0
projectInfosLength() view returns (uint256)
0
shurikenCost() view returns (uint256)
8000000000000000
shurikenMaxMint() view returns (uint256)
10000
shurikenNFT() view returns (address)
0x49638a493f122370975b1a92787d8960336a1163
shurikenStakedNFT() view returns (address)
0x88ecbcac0ac6c7d1749bddeae281ecffa0ae22c6
shurikenStakingNFT() view returns (address)
0xa4f5152bb0be2ebed119c4e9ed055306fed5951b
shurikenSupply() view returns (uint256)
20000
stakingPaused() view returns (bool)
true
Read-only
projectInfos(uint256) view returns (string projectName, uint256 stakingCount)
shurikenMinted(address) view returns (uint256)
State-modifying
Events addProjectInfo(struct CALMinterProjectInfo info)
mint(bool _card, uint256 _shurikenAmount, bytes32[] _merkleProof) payable
renounceOwnership()
restake(uint256[] tokenIds, uint256 projectIdIndex)
setCardCost(uint256 _cardCost)
setCardSupply(uint256 _cardSupply)
setMerkleRoot(bytes32 _merkleRoot)
setPhase(uint8 _newPhase)
setProjectInfo(uint256 index, struct CALMinterProjectInfo info)
setShurikenCost(uint256 _shurikenCost)
setShurikenMaxMint(uint256 _shurikenMaxMint)
setShurikenSupply(uint256 _shurikenSupply)
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)
constructor(address _shurikenNFT, address _shurikenStakingNFT, address _shurikenStakedNFT, address _passportNFT)
This contract contains no fallback and receive objects.
This contract contains no error objects.