VestingFactory
Verified contract
Active on
Ethereum with 592 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) |
---|---|---|---|---|---|---|---|
| 21213242 | 3 hours ago | | | 0.03195027 | 0.011302252 | |
| 21203497 | a day ago | | | 0.031995813 | 0.011113503 | |
| 21186890 | 4 days ago | | | 0.032548796 | 0.039393174 | |
| 21181971 | 4 days ago | | | 0.031579025 | 0.039787000 | |
| 21175255 | 5 days ago | | | 0.030770771 | 0.032504435 | |
| 21156704 | 8 days ago | | | 0.031382437 | 0.013954757 | |
| 21146562 | 9 days ago | | | 0.033800011 | 0.010762287 | |
| 21144057 | 10 days ago | | | 0.034191277 | 0.026800414 | |
| 21094637 | 17 days ago | | | 0.039880503 | 0.011726573 | |
| 21089658 | 17 days ago | | | 0.040083442 | 0.0070777636 |
ABI
ABI objects
Getter at block 21214177
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
WHITELIST_ROLE() view returns (bytes32)
0xdc72ed553f2544c34465af23b847953efeb813428162d767f9ba5f4013be6760
companyWallet() view returns (address)
0x4bbe5e0e8557bf933f5bc04a12a237f08c6db2d0
feesInUSD() view returns (uint96)
100000000
isWethFirst() view returns (bool)
false
owner() view returns (address)
0x00d2a4873e7c73fcc3e6ebc9dd17241247a73846
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)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
whitelistedWallets(address) view returns (bool)
State-modifying
Events createVesting(address token, bytes32 merkleRoot, uint256 totalAmount) payable
grantRole(bytes32 role, address account)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setFeeParams(address _uniV2Router, address _uniV2Pair, uint96 _feesInUSD, address _companyWallet)
setFeelessToken(address tokenAddress, bool feeless)
transferOwnership(address newOwner)
updateWhitelist(address wallet, bool noFee)
FeesChange(address uniV2Router, address uniV2Pair, uint256 feesUsd, address companyWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
VestingCreated(address indexed creator, address vestingAddr, address indexed token, bytes32 merkleRoot, uint256 totalAmount, uint256 fee)
WhiteListUpdated(address wallet, bool noFee)
constructor()
This contract contains no fallback and receive objects.
EthTransferFailed()
FeeNotMet(uint256 required, uint256 provided)
NotAuthorizedToWhitelist(address sender)
NotContract()
ZeroAddress()
ZeroAmount()