CryptoNinjaSakuyaEndCardSetMinterV1
Verified contract
Active on
Ethereum with 43 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 "CryptoNinjaSakuyaEndCardSetMinterV1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19183500 | 10 months ago | | | 0 | 0.0030706627 | |
| 19127219 | 10 months ago | | | 0 | 0.0010729910 | |
| 19074211 | 10 months ago | | | 0.5 | 0.0050164489 | |
| 19073222 | 10 months ago | | | 0.5 | 0.0053335249 | |
| 19045282 | 10 months ago | | | 0.5 | 0.0084796532 | |
| 19045249 | 10 months ago | | | 0.5 | 0.0081759693 | |
| 19039730 | 10 months ago | | | 0.5 | 0.0092914920 | |
| 19031569 | 10 months ago | | | 0.5 | 0.012548929 | |
| 19031345 | 10 months ago | | | 0.5 | 0.013499455 | |
| 19028769 | 10 months ago | | | 0.5 | 0.023876007 |
ABI
ABI objects
Getter at block 21281810
endCard() view returns (address)
0x56dee90bd445a1d7e1ddf36cb07e8a7269f8c1b3
maxSupply() view returns (uint256)
50
owner() view returns (address)
0xa43a3077298cc89233b81213d7126a57ae0c1be5
phase() view returns (uint8)
0
price() view returns (uint256)
500000000000000000
Read-only
targetAmounts(uint256) view returns (uint256)
targetIds(uint256) view returns (uint256)
totalSupply(uint256 _tokenId) view returns (uint256)
State-modifying
Events mint(address _to) payable
publicMint() payable
renounceOwnership()
setMaxSupply(uint256 _maxSupply)
setPhase(uint8 _newPhase)
setPrice(uint256 _price)
setTargetAmount(uint256 _targetAmount, uint256 _index)
setTargetId(uint256 _targetId, uint256 _index)
transferOwnership(address newOwner)
withdraw(address to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _endCard)
This contract contains no fallback and receive objects.
This contract contains no error objects.