FeeCollector
Verified contract
Active on
Ethereum with 1,184 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($697,764.46)
Native
Value
$697,764.46
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 208.746519 | $3,342.64 |
$697,764.46 | |
ETHC | ERC-20 | 8.015694K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242989 | 8 minutes ago | | | 0 | 0.0010641859 | |
| 21242939 | 18 minutes ago | | | 0 | 0.0014935460 | |
| 21242888 | 28 minutes ago | | | 0 | 0.0012715869 | |
| 21242837 | 38 minutes ago | | | 0 | 0.0016634582 | |
| 21242786 | an hour ago | | | 0 | 0.0014001765 | |
| 21242785 | an hour ago | | | 0 | 0.00048049399 | |
| 21242734 | an hour ago | | | 0 | 0.0018715581 | |
| 21242683 | an hour ago | | | 0 | 0.0017869407 | |
| 21242631 | an hour ago | | | 0 | 0.0017617191 | |
| 21242580 | an hour ago | | | 0 | 0.0015514933 |
ABI
ABI objects
Getter at block 21243027
ETHC() view returns (address)
0xe957ea0b072910f508dd2009f4acb7238c308e29
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
fee() view returns (uint24)
10000
nonfungiblePositionManager() view returns (address)
0xc36442b4a4522e871399cd717abdd847ab11fe88
operator() view returns (address)
0xdbd74502ff6187adc4a1e15567e163a5d89dadc8
owner() view returns (address)
0x468e61d9dece4d9ffa45b1e0630cd12146c462a6
subscriptionId() view returns (uint256)
31214976814610593129916042500178081708484101830800464239207821191224235780954
swapRouter() view returns (address)
0xe592427a0aece92de3edee1f18e0157c05861564
tokenId() view returns (uint256)
846320
vrfCoordinator() view returns (address)
0xd7f86b4b8cae7d942340ff628f82735b7a20893a
Read-only
This contract contains no read-only function objects.
State-modifying
Events buyEthcoin(uint256 amountIn, uint256 amountOutMinimum) returns (uint256)
collect(uint256 amount)
fundSubscription(uint256 amount)
increaseLiquidity(uint256 amountEthcoinDesired, uint256 amountEthDesired, uint256 amountEthcoinMin, uint256 amountEthMin)
renounceOwnership()
rescue()
setOperator(address _operator)
transferOwnership(address newOwner)
withdrawEthcoin(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _ETHC, address _WETH, address _swapRouter, address _nonfungiblePositionManager, uint256 _tokenId, address _vrfCoordinator, uint256 _subscriptionId, address _operator)
receive()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)