NFTDistributor
Verified contract
Active on
Ethereum with 784 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 312 additional slots
-
variable spans 62 additional slots
-
variable spans 624 additional slots
Balances ($0.00)
No balances found for "NFTDistributor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13099778 | 3 years ago | | | 0.3 | 0.014787211 | |
| 12459949 | 4 years ago | | | 0 | 0.0026357520 | |
| 12304572 | 4 years ago | | | 0.3 | 0.010043606 | |
| 12302832 | 4 years ago | | | 0.3 | 0.010157307 | |
| 12248685 | 4 years ago | | | 0.3 | 0.016486674 | |
| 12246868 | 4 years ago | | | 0.6 | 0.028133820 | |
| 12246611 | 4 years ago | | | 0.6 | 0.021881860 | |
| 12245824 | 4 years ago | | | 0.3 | 0.014212650 | |
| 12244219 | 4 years ago | | | 0.3 | 0.012128128 | |
| 12243987 | 4 years ago | | | 0.3 | 0.012673184 |
ABI
ABI objects
Getter at block 21321218
airdrop_period() view returns (uint256)
86400
getCurrentPrice() view returns (uint256)
300000000000000000
isAirdropPeriod() view returns (bool)
false
isOgSalePeriod() view returns (bool)
false
merkleRoot() view returns (bytes32)
0x3e71742c67c42e5d1e7683ddcd7a957b75bb887dce388dbf2e5ec14d22cb7852
og_sale_period() view returns (uint256)
3600
owner() view returns (address)
0x7a5f9bf81b9d2d93d83eb5b2bd62fb7ab968ecb9
pendingCount() view returns (uint16)
6006
reserve_count() view returns (uint16)
2000
startTime() view returns (uint256)
1616857200
token() view returns (address)
0x837779ed98209c38b9bf77804a4f0105b9eb2e02
total_count() view returns (uint16)
10000
Read-only
claimed(uint256) view returns (bool)
minted(uint256) view returns (bool)
State-modifying
Events claim(uint256 index, address account, bytes32[] merkleProof)
mintReserved(address to, uint16[] ids)
ogPurchase(uint256 index, bytes32[] merkleProof, uint256 amount) payable
purchase(uint256 amount) payable
renounceOwnership()
setStartTime(uint256 t)
transferOwnership(address newOwner)
withdraw()
Claimed(uint256 index, address account, uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Purchased(address account, uint256 amount, uint256 cost)
constructor(address _token, bytes32 _merkleRoot)
This contract contains no fallback and receive objects.
This contract contains no error objects.