MatchWhitelistSale
Verified contract
Active on
Ethereum with 78 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 "MatchWhitelistSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18842081 | a year ago | | | 10 | 0.0035957222 | |
| 18841984 | a year ago | | | 0.5 | 0.0027339199 | |
| 18841983 | a year ago | | | 0.4 | 0.0026056276 | |
| 18841981 | a year ago | | | 10 | 0.0027053194 | |
| 18841978 | a year ago | | | 2 | 0.0090312391 | |
| 18841973 | a year ago | | | 0.5 | 0.0027116145 | |
| 18841955 | a year ago | | | 1 | 0.0022776943 | |
| 18841940 | a year ago | | | 1.7 | 0.0027073942 | |
| 18841935 | a year ago | | | 1 | 0.0024402190 | |
| 18841922 | a year ago | | | 1 | 0.011408800 |
ABI
ABI objects
Getter at block 21194866 currentMatchPrice() view returns (uint256) totalWhitelistAllocation() view returns (uint256)
ETH_CAP_TOTAL() view returns (uint256)
375000000000000000000
ETH_CAP_WL() view returns (uint256)
75000000000000000000
MATCH_CAP_TOTAL() view returns (uint256)
1500000000000000000000000
PUB_END() view returns (uint256)
1703512800
PUB_START() view returns (uint256)
1703296800
SCALE() view returns (uint256)
1000000000000000000
WL_END() view returns (uint256)
1703296800
WL_START() view returns (uint256)
1703253600
alreadyClaimedByOwner() view returns (bool)
false
isSoldOut() view returns (bool)
false
matchPublicSale() view returns (address)
0x0000000000000000000000000000000000000000
matchToken() view returns (address)
0x0000000000000000000000000000000000000000
matchTokenAllocated() view returns (uint256)
0
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
totalEthersReceived() view returns (uint256)
0
Read-only
userClaimableAmount(address _user) view returns (uint256)
users(address) view returns (uint256 amount, bool claimed)
State-modifying
Events allocateMatchTokens()
claim()
claimFund()
initialize()
purchase(bytes32[] _proof) payable
renounceOwnership()
setMatchPublicSaleContract(address _matchPublicSale)
setMatchToken(address _matchToken)
setMerkleRoot(bytes32 _merkleRoot)
transferOwnership(address newOwner)
Initialized(uint64 version)
MatchTokenAllocated(uint256 amount)
MatchTokenClaimed(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
WhitelistRoundPurchased(address indexed user, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)