TokenSale
Verified contract
Active on
Ethereum with 188 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 "TokenSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16121407 | 2 years ago | | | 0 | 0.0010944831 | |
| 15877594 | 2 years ago | | | 0 | 0.00092992844 | |
| 15837694 | 2 years ago | | | 0 | 0.00096843433 | |
| 15768365 | 2 years ago | | | 0 | 0.0024853124 | |
| 15763969 | 2 years ago | | | 0 | 0.0012581288 | |
| 15763787 | 2 years ago | | | 0 | 0.0012982288 | |
| 15760818 | 2 years ago | | | 0 | 0.0012069030 | |
| 15753060 | 2 years ago | | | 0 | 0.0015561432 | |
| 15750844 | 2 years ago | | | 0 | 0.0014464815 | |
| 15749378 | 2 years ago | | | 0 | 0.0013432912 |
ABI
ABI objects
Getter at block 21088349
base() view returns (address)
0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b
cap() view returns (uint128)
100000000000000000000000
getPrice() view returns (uint256)
1000000000000000000
owner() view returns (address)
0xfc08757c505ea28709df66e54870fb6de09f0c5e
priceData() view returns (uint96 initialPrice, uint32 upRatio, uint128 variation)
(initialPrice=1000000000000000000, upRatio=0, variation=10000000000000000000000)
quota() view returns (address)
0x72953a5c32413614d24c29c84a66ae4b59581bbf
saleTimeData() view returns (uint64 whitelistSaleTime, uint64 publicSaleTime, uint64 saleDuration)
(whitelistSaleTime=1664978399, publicSaleTime=1664978400, saleDuration=604800)
totalSold() view returns (uint128)
100000000000000000000000
vestingData() view returns (address vesting, uint32 vestRatio, uint64 duration)
(vesting=0x84c82d43f1cc64730849f3e389fe3f6d776f7a4e, vestRatio=0, duration=1)
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)
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)
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.