ChefFunSplitter
Verified contract
Active on
Ethereum with 7 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.66)
Native
Value
$1.66
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000541 | $3,060.64 |
$1.66 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20679379 | 2 months ago | | | 0 | 0.00015993415 | |
| 20664864 | 2 months ago | | | 2.8 | 0.0020826437 | |
| 20664740 | 2 months ago | | | 0.001 | 0.00052664386 | |
| 20664735 | 2 months ago | | | 0.001 | 0.0026791985 | |
| 20664733 | 2 months ago | | | 0 | 0.00043593573 | |
| 20594069 | 3 months ago | | | 0.01 | 0.00019356862 | |
| 20594058 | 3 months ago | | | 0.01 | 0.00020991680 |
ABI
ABI objects
Getter at block 21210289
FEE_DIVISOR() view returns (uint256)
10000
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
distributionPercs() view returns (uint24 incubatorPerc, uint24 projectOwnerPerc, uint24 marketingPerc, uint24 buybackPerc)
(incubatorPerc=2187, projectOwnerPerc=2187, marketingPerc=626, buybackPerc=5000)
incubatorAddress() view returns (address)
0x0e4f98ea8aec66b0cccb993a31b550e5a48730ee
marketingAddress() view returns (address)
0x59ec2e3fc1f53434c5917da92696f3a85b201e92
minEthToConvert() view returns (uint256)
400000000000000000
owner() view returns (address)
0x07711fdd45f2cb0f2445aba84f489d1655fa60ab
projectOwnerAddress() view returns (address)
0xd3f25e553ac0d1d66448415f01ba118244111405
tokenAddress() view returns (address)
0x8f2bf2f59cdf7be4aee71500b9419623202b8636
Read-only
This contract contains no read-only function objects.
State-modifying
Events buyBackAndBurnManually(uint256 amountOutMin) payable
renounceOwnership()
transferOwnership(address newOwner)
updateDistribution(uint24 _incubator, uint24 _projectOwner, uint24 _marketing, uint24 _buyback)
updateIncubatorAddress(address _address)
updateMarketingAddress(address _address)
updateMinEthToConvert(uint256 _minEthToConvertInwei)
updateProjectOwnerAddress(address _address)
updateTokenAddress(address _address)
withdrawStuckETH()
BuyBackAndBurn(uint256 ethAmount, uint256 tokenAmount, uint256 totalBurned)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
receive()
This contract contains no error objects.