ChipLaunch
Verified contract
Active on
Ethereum with 2,101 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 "ChipLaunch"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20202651 | 5 months ago | | | 0 | 0.00024756637 | |
| 20202622 | 5 months ago | | | 0 | 0.00028677383 | |
| 20202520 | 5 months ago | | | 0 | 0.00027439862 | |
| 20202514 | 5 months ago | | | 0 | 0.00023099607 | |
| 20118446 | 5 months ago | | | 0 | 0.00099962138 | |
| 20118443 | 5 months ago | | | 0 | 0.0010941141 | |
| 20118437 | 5 months ago | | | 0 | 0.0010651005 | |
| 20117337 | 5 months ago | | | 0 | 0.00020810566 | |
| 20117330 | 5 months ago | | | 0 | 0.00071051341 | |
| 20043657 | 6 months ago | | | 0 | 0.00080476336 |
ABI
ABI objects
Getter at block 21281501
chip() view returns (address)
0xeb127cfb2972f56093862525023e117cf9dc8c38
merkleTreeRoot() view returns (bytes32)
0x0c9eed5b0bc2052c6fda63234dc0bfd41e8966a62836a01a46ab8a7fc3108613
owner() view returns (address)
0xae9f8e166e508003c3dc19fc44562e2425378615
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
userMintedCount(address) view returns (uint256)
State-modifying
Events acceptOwnership()
mint(uint256 quantity, uint256 maxQuantity, bytes32[] proof)
pause()
renounceOwnership()
setMerkleTreeRoot(bytes32 root)
transferOwnership(address newOwner)
unpause()
MerkleTreeRootSet(bytes32 root)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address chip_)
This contract contains no fallback and receive objects.
EnforcedPause()
ExceedMaxQuantity()
ExpectedPause()
InvalidProof()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)