KamitsubakiCard
Verified contract
Active on
Ethereum with 376 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x678a…5da5
Balances ($0.00)
No balances found for "KamitsubakiCard"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17023185 | 2 years ago | | | 0 | 0.00083928875 | |
| 16937569 | 2 years ago | | | 0 | 0.00068946470 | |
| 16937402 | 2 years ago | | | 0.2 | 0.0046578681 | |
| 16937395 | 2 years ago | | | 0.2 | 0.0047571143 | |
| 16937383 | 2 years ago | | | 0.2 | 0.0050043132 | |
| 16937382 | 2 years ago | | | 0.125 | 0.0052575451 | |
| 16937332 | 2 years ago | | | 0.125 | 0.0062323703 | |
| 16937282 | 2 years ago | | | 0.125 | 0.0065130359 | |
| 16937212 | 2 years ago | | | 0.125 | 0.0051963933 | |
| 16937144 | 2 years ago | | | 0.25 | 0.0060385611 |
ABI
ABI objects
Getter at block 21169056
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_SUPPLY() view returns (uint256)
5000
kamiToken() view returns (address)
0x7733eb6d6f57b53055d748072b94526c3bd1f6bb
mintable() view returns (bool)
false
minted() view returns (uint256)
489
paperKeyManager() view returns (address)
0x678a3f64a1bf33ba0746ffd88ba749b40b565da5
presaleCost() view returns (uint256)
125000000000000000
presalePhase() view returns (bool)
true
publicCost() view returns (uint256)
200000000000000000
publicPhase() view returns (bool)
true
Read-only
checkClaimPre(address _wallet, uint256 quantity) view returns (string)
checkClaimPublic(uint256 quantity) view returns (string)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
whiteLists(address) view returns (uint256)
State-modifying
Events grantRole(bytes32 role, address account)
preMint(address _to, uint256 _mintAmount, bytes32 _nonce, bytes _signature) payable
publicMint(address _to, uint256 _mintAmount, bytes32 _nonce, bytes _signature) payable
pushMultiWL(address[] list)
registerKamitsubakiToken(address _token)
registerPaperKeyManagerToken(address _token)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setMintable(bool _state)
setPresaleCost(uint256 _preCost)
setPresalePhase(bool _state)
setPublicCost(uint256 _publicCost)
setPublicPhase(bool _state)
withdraw()
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(address _tokenAddress, address _paperKeyManagerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.