TokenSale
Verified contract
Active on
Ethereum with 113 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.13)
Native
Value
$3.13
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001 | $3,129.40 |
$3.13 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18678086 | a year ago | | | 0 | 0.0015378829 | |
| 17829665 | a year ago | | | 25.6 | 0.0023428355 | |
| 17829068 | a year ago | | | 1 | 0.0026203717 | |
| 17828961 | a year ago | | | 1.2 | 0.0026212120 | |
| 17828894 | a year ago | | | 0.2 | 0.0024933519 | |
| 17828614 | a year ago | | | 10 | 0.0023378500 | |
| 17828425 | a year ago | | | 1.7 | 0.0035511388 | |
| 17828326 | a year ago | | | 0.12 | 0.0031078865 | |
| 17828297 | a year ago | | | 2 | 0.0030916118 | |
| 17828201 | a year ago | | | 0.75 | 0.0029408720 |
ABI
ABI objects
Getter at block 21223915
base() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
cap() view returns (uint128)
40000000000000000000000
getPrice() view returns (uint256)
7500000000000000
owner() view returns (address)
0x26b2ec4e02ebe2f54583af25b647b1d619e67bbf
priceData() view returns (uint96 initialPrice, uint32 upRatio, uint128 variation)
(initialPrice=7500000000000000, upRatio=0, variation=1000000000000000000)
quota() view returns (address)
0x0000000000000000000000000000000000000000
saleTimeData() view returns (uint64 whitelistSaleTime, uint64 publicSaleTime, uint64 saleDuration)
(whitelistSaleTime=1690981200, publicSaleTime=1691586000, saleDuration=0)
totalSold() view returns (uint128)
40000000000000000000000
vestingData() view returns (address vesting, uint32 vestRatio, uint64 duration)
(vesting=0x0000000000000000000000000000000000000000, vestRatio=0, duration=0)
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
zap() view returns (address)
0x1104b4df568fa7af90b1bed1d78a2f71e748dc8a
Read-only
claimed(address) view returns (bool)
isSupported(address) view returns (bool)
shares(address) view returns (uint256)
whitelistCap(address) view returns (uint256)
State-modifying
Events buy(address _token, uint256 _amountIn, uint256 _minOut) payable returns (uint256)
claim()
renounceOwnership()
transferOwnership(address newOwner)
updateCap(uint128 _cap)
updatePrice(uint96 _initialPrice, uint32 _upRatio, uint128 _variation)
updateSaleTime(uint64 _whitelistSaleTime, uint64 _publicSaleTime, uint64 _publicSaleDuration)
updateSupportedTokens(address[] _tokens, bool _status)
updateVesting(address _quota, address _vesting, uint32 _vestRatio, uint64 _duration)
updateWhitelistCap(address[] _whitelist, uint256[] _caps)
withdrawFund(address[] _tokens, address _recipient)
Buy(address indexed sender, address _token, uint256 _amountIn, uint256 _refundAmount, uint256 _amountOut)
Claim(address indexed _recipient, uint256 _vestingAmount, uint256 _claimAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpdateCap(uint128 _cap)
UpdatePrice(uint256 _initialPrice, uint256 _upRatio, uint256 _variation)
UpdateSaleTime(uint256 _whitelistSaleTime, uint256 _publicSaleTime, uint256 _publicSaleDuration)
UpdateSupportedToken(address indexed _token, bool _status)
UpdateVesting(address _vesting, uint256 _vestRatio, uint256 _duration)
UpdateWhitelistCap(address indexed _whitelist, uint256 _cap)
constructor(address _weth, address _base, address _zap, uint128 _cap)
receive()
This contract contains no error objects.