ChefFunSplitter
Verified contract
Active on
Ethereum with 6 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($919.03)
Native
Value
$919.03
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.273556 | $3,359.58 |
$919.03 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20964378 | a month ago | | | 0 | 0.0014042696 | |
| 20784435 | 2 months ago | | | 0 | 0.00050989336 | |
| 20679382 | 3 months ago | | | 0.117 | 0.0014924845 | |
| 20679339 | 3 months ago | | | 0 | 0.00010122786 | |
| 20679333 | 3 months ago | | | <0.00000001 | 0.0015245600 | |
| 20679331 | 3 months ago | | | 0 | 0.00010535432 |
ABI
ABI objects
Getter at block 21261308
FEE_DIVISOR() view returns (uint256)
10000
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
distributionPercs() view returns (uint24 incubatorPerc, uint24 projectOwnerPerc, uint24 marketingPerc, uint24 partnerPerc, uint24 buybackPerc)
(incubatorPerc=2812, projectOwnerPerc=1563, marketingPerc=625, partnerPerc=0, buybackPerc=5000)
incubatorAddress() view returns (address)
0x0e4f98ea8aec66b0cccb993a31b550e5a48730ee
marketingAddress() view returns (address)
0x59ec2e3fc1f53434c5917da92696f3a85b201e92
minEthToConvert() view returns (uint256)
400000000000000000
owner() view returns (address)
0x07711fdd45f2cb0f2445aba84f489d1655fa60ab
partnerAddress() view returns (address)
0x2153f02b485f17a64383fee2df68bb1d2b1bb6a8
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, uint24 _partner)
updateIncubatorAddress(address _address)
updateMarketingAddress(address _address)
updateMinEthToConvert(uint256 _minEthToConvertInwei)
updatePartnerAddress(address _address)
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.