CALMinterV4
Verified contract
Active on
Ethereum with 314 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 "CALMinterV4"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19639715 | 7 months ago | | | 0 | 0.00084663763 | |
| 18832413 | a year ago | | | 0.028 | 0.0053386820 | |
| 18483686 | a year ago | | | 0.144 | 0.0022863272 | |
| 18310270 | a year ago | | | 0.08 | 0.00087600467 | |
| 18310052 | a year ago | | | 0.008 | 0.00060015110 | |
| 18270955 | a year ago | | | 0.028 | 0.0033162077 | |
| 18191081 | a year ago | | | 0.016 | 0.0011135615 | |
| 18131716 | a year ago | | | 0.028 | 0.0018164109 | |
| 18117659 | a year ago | | | 0.18 | 0.0025539115 | |
| 18102421 | a year ago | | | 0.02 | 0.0014628398 |
ABI
ABI objects
Getter at block 21230139
cardCost() view returns (uint256)
20000000000000000
maxShurikenMint() view returns (uint256)
100
merkleRoot() view returns (bytes32)
0xd83055a93f1b0999437b2336ef3f7a502e159e266cf76a0c009ced7bdfd7c09f
owner() view returns (address)
0xb0ad78807d81315cf9d881c2aa47c4032b01c75d
passportNFT() view returns (address)
0x8170e20b2ca6c98b762b00ff64b6155d9ce68d1f
phase() view returns (uint8)
2
shurikenCost() view returns (uint256)
8000000000000000
shurikenNFT() view returns (address)
0x49638a493f122370975b1a92787d8960336a1163
shurikenSupply() view returns (uint256)
60000
Read-only
This contract contains no read-only function objects.
State-modifying
Events mint(bool _card, uint256 _shurikenAmount, uint256 _wlCount, bytes32[] _merkleProof) payable
publicMint(bool _card, uint256 _shurikenAmount) payable
renounceOwnership()
setCardCost(uint256 _cardCost)
setMaxShurikenMint(uint256 _maxShurikenMint)
setMerkleRoot(bytes32 _merkleRoot)
setPhase(uint8 _newPhase)
setShurikenCost(uint256 _shurikenCost)
setShurikenSupply(uint256 _shurikenSupply)
transferOwnership(address newOwner)
withdraw(address withdrawAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _shurikenNFT, address _passportNFT)
This contract contains no fallback and receive objects.
This contract contains no error objects.