KookyKatsSale
Verified contract
Active on
Ethereum with 1,283 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9d8a…4177
Balances ($0.00)
No balances found for "KookyKatsSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16442317 | 2 years ago | | | 0.0165 | 0.0023608048 | |
| 16442276 | 2 years ago | | | 0.0165 | 0.0027130068 | |
| 16442276 | 2 years ago | | | 0.0165 | 0.0027130068 | |
| 16442191 | 2 years ago | | | 0 | 0.00069818043 | |
| 16442185 | 2 years ago | | | 0 | 0.00067684903 | |
| 16442185 | 2 years ago | | | 0.0165 | 0.0010480584 | |
| 16442185 | 2 years ago | | | 0.0165 | 0.0010480584 | |
| 16442185 | 2 years ago | | | 0.0165 | 0.0010480584 | |
| 16442185 | 2 years ago | | | 0.0165 | 0.0010480584 | |
| 16442185 | 2 years ago | | | 0.0165 | 0.0011497040 |
ABI
ABI objects
Getter at block 21161199
FREE_MINT_WHITELIST() view returns (bytes32)
0x1bc2e6b55926b0063b57856d84399e1056c57d57e7ee20a75529281b1a63c0cc
IGNORE_RESERVED_AMOUNT() view returns (bool)
true
KOOKY_KATS() view returns (address)
0x9d8a23be4b1347f30a5c5cf79350b87bddba4177
MAX_MINT_AMOUNT() view returns (uint16)
5
MINT_FEE() view returns (uint256)
3300000000000000
PAID_MINT_WHITELIST() view returns (bytes32)
0xfe2f170309897f443a64280099db49d7e31ccd37691110f44f3f3f450f50cca7
RESERVED_MINT_AMOUNT() view returns (uint16)
216
ROUND_ID() view returns (uint8)
3
owner() view returns (address)
0x301e5da89106ea6abd0a5454b2b2bf025826ab09
paused() view returns (bool)
true
Read-only
participants(uint8, address) view returns (uint256)
State-modifying
Events closeMintRound()
mint(bytes32[] proofs, uint256 amount) payable
openMintRound(uint8 roundId, uint16 maxAmount, uint256 fee)
pause()
renounceOwnership()
setFreeMintWhitelist(bytes32 root)
setIgnoreReservedAmount()
setKookyKats(address kat)
setPaidMintWhitelist(bytes32 root)
setReservedAmount(uint16 amount)
transferOwnership(address newOwner)
unpause()
withdraw(address to)
MintRoundClosed()
MintRoundOpend(uint8 roundId, uint16 maxAmount, uint256 fee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Participated(uint8 roundId, address indexed who, uint256 amount)
Paused(address account)
SetKookyKats(address indexed kookykats)
Unpaused(address account)
Whitelisted(bytes32 indexed root)
constructor(address kat)
This contract contains no fallback and receive objects.
This contract contains no error objects.