ClaimNeuromod
Verified contract
Active on
Ethereum with 610 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 "ClaimNeuromod"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14661398 | 3 years ago | | | 0 | 0.0018163595 | |
| 14661390 | 3 years ago | | | 0 | 0.053749347 | |
| 14661339 | 3 years ago | | | 0.16 | 0.0016578202 | |
| 14661339 | 3 years ago | | | 0.08 | 0.0016578202 | |
| 14661338 | 3 years ago | | | 0 | 0.0015577255 | |
| 14661338 | 3 years ago | | | 0.08 | 0.0064871946 | |
| 14661334 | 3 years ago | | | 0.16 | 0.0064361177 | |
| 14661333 | 3 years ago | | | 0.08 | 0.0061483044 | |
| 14661329 | 3 years ago | | | 0.08 | 0.0049395619 | |
| 14661328 | 3 years ago | | | 0.08 | 0.0073400362 |
ABI
ABI objects
Getter at block 21317293
MAX_PER_ACCOUNT_OG() view returns (uint256)
10
MAX_PER_ACCOUNT_PUBLIC() view returns (uint256)
10
MAX_PER_ACCOUNT_WL() view returns (uint256)
10
currentId() view returns (uint256)
2547
dev() view returns (address)
0xc8e2806a97413b5496a1ba6050b517cc98d0efca
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
neuromod() view returns (address)
0x878e06b10573e1d09864a9ab2641a91eda5bcbe1
owner() view returns (address)
0xd95f59c24939ae2c58372b97143328bf5a7c4be2
pause() view returns (bool)
true
price() view returns (uint256)
80000000000000000
publicSale() view returns (bool)
true
vault() view returns (address)
0xcd8e278eb8f4eedca4e41611b5c402625c7fd2a5
Read-only
claimedPerAccount(address) view returns (uint256)
State-modifying
Events claim(uint256 _quantity, uint256 _type, bytes32[] _merkleProof) payable
claimPublic(uint256 _quantity) payable
mintToVault(uint16[] _mintedToVault)
pauseUnpause(bool _newPause)
renounceOwnership()
setCurrentId(uint256 _newValue)
setMaxPerAccPublic(uint256 _newValue)
setMerkleRoot(bytes32 _newMerkleRoot)
setPrice(uint256 _newPrice)
setPublicSale(bool _enabled)
transferOwnership(address newOwner)
withdraw()
ChangedCurrentId(uint256 _newValue)
Claimed(address _user, uint256 _quantity)
EnabledPublicSale(bool _enabled)
MaxPerAccPublic(uint256 _newValue)
MerkleRootChanged(bytes32 _newMerkleRoot)
MintedToVault(uint16[] ids)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PauseChanged(bool _paused)
PriceChanged(uint256 _newPrice)
constructor(address _neuromod, address _vault, address _dev)
This contract contains no fallback and receive objects.
InvalidProof()
Paused()
TooManyNfts(uint256 _type)
Unauthorized()
WrongAmount()