VestingFactory
Verified contract
Active on
Ethereum with 183 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb4e1…c9dc
Balances ($0.00)
No balances found for "VestingFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17671398 | a year ago | | | 0.053484659 | 0.036869379 | |
| 17638501 | a year ago | | | 0.054396874 | 0.029021794 | |
| 17634513 | a year ago | | | 0.051594887 | 0.035937924 | |
| 17629831 | a year ago | | | 0.052526175 | 0.079207170 | |
| 17573041 | a year ago | | | 0.052881196 | 0.026295846 | |
| 17572996 | a year ago | | | 0.052868938 | 0.030969594 | |
| 17570341 | a year ago | | | 0.053286951 | 0.013909383 | |
| 17564871 | a year ago | | | 0.053438728 | 0.024615954 | |
| 17564645 | a year ago | | | 0.053112974 | 0.015446553 | |
| 17564586 | a year ago | | | 0.053147783 | 0.022423908 |
ABI
ABI objects
Getter at block 21321007
companyWallet() view returns (address)
0x4bbe5e0e8557bf933f5bc04a12a237f08c6db2d0
feesInUSD() view returns (uint96)
100000000
isWethFirst() view returns (bool)
false
owner() view returns (address)
0x906935f4b42e632137504c0ea00d43c6442272bf
uniV2Pair() view returns (address)
0xb4e16d0168e52d35cacd2c6185b44281ec28c9dc
uniV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
usdTokenAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
feelessTokens(address) view returns (bool)
getFeeInETH(address token) view returns (uint256)
State-modifying
Events createVesting(address token, bytes32 merkleRoot, uint256 totalAmount) payable
renounceOwnership()
setFeeParams(address _uniV2Router, address _uniV2Pair, uint96 _feesInUSD, address _companyWallet)
setFeelessToken(address tokenAddress, bool feeless)
transferOwnership(address newOwner)
FeesChange(address uniV2Router, address uniV2Pair, uint256 feesUsd, address companyWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
VestingCreated(address indexed creator, address vestingAddr, address indexed token, bytes32 merkleRoot, uint256 totalAmount, uint256 fee)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
EthTransferFailed()
FeeNotMet(uint256 required, uint256 provided)
NotContract()
ZeroAddress()
ZeroAmount()