Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0b79…3a2d
0xd9aa…b6ca
Balances ($0.00)
No balances found for "BOOTYPresale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2790252 | a year ago | | | 0 | 0.000000000004996209 | |
| 2790198 | a year ago | | | 0 | 0.000000000005139948 | |
| 2762061 | a year ago | | | 0 | 0.00011088500 | |
| 2762057 | a year ago | | | 0 | 0.00022960501 | |
| 2762056 | a year ago | | | 0 | 0.00031510501 | |
| 2762038 | a year ago | | | 0 | 0.00010888500 | |
| 2761991 | a year ago | | | 0 | 0.000072052503 | |
| 2761967 | a year ago | | | 0 | 0.000000000003076892 | |
| 2761886 | a year ago | | | 0 | 0.00012606001 | |
| 2761882 | a year ago | | | 0 | 0.000072045003 |
ABI
ABI objects
Getter at block 22928642
BOOTY() view returns (address)
0x0b794759d6ecd09750edb6e7bf67e80c3fcc3a2d
USDC() view returns (address)
0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca
claimActive() view returns (bool)
true
getBOOTYTokensLeft() view returns (uint256)
0
getTotalTokensSold() view returns (uint256)
33333333333330000000
maxUsdcPerWallet() view returns (uint256)
20000000
owner() view returns (address)
0xe3fcef0bf0a6aaa05e33ab8c35993e1c470fed4a
saleActive() view returns (bool)
true
Read-only
getTokensOwned(address _user) view returns (uint256)
getTokensUnclaimed(address _user) view returns (uint256)
tokensOwned(address) view returns (uint256)
tokensUnclaimed(address) view returns (uint256)
totalUsdcSpent(address) view returns (uint256)
State-modifying
Events buy(uint256 _amount)
claimTokens()
renounceOwnership()
setBOOTYPerUsdc(uint256 _BOOTYPerUsdc)
setClaimActive(bool _isClaimActive)
setMaxUsdcPerWallet(uint256 _maxUsdc)
setSaleActive(bool _isSaleActive)
transferOwnership(address newOwner)
withdrawAllBOOTY()
withdrawFunds()
withdrawUnsoldBOOTY()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenBuy(address user, uint256 tokens)
TokenClaim(address user, uint256 tokens)
constructor(address _BOOTY, address _USDC)
This contract contains no fallback and receive objects.
This contract contains no error objects.