FunEventTracker
Verified contract
Active on
Ethereum with 3 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "FunEventTracker"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20776997 | 2 months ago | | | 0 | 0.00017380469 | |
| 20719586 | 2 months ago | | | 0 | 0.00032284000 | |
| 20719583 | 2 months ago | | | 0 | 0.00032284000 |
ABI
ABI objects
Getter at block 21161044
buyEventCount() view returns (uint256)
205
funRegistry() view returns (address)
0x41d9138feace47b22afce190fd118b0f5eeea62d
owner() view returns (address)
0x6c9db1bbbdcd118cfca20ca4b82e448ab1281b0d
sellEventCount() view returns (uint256)
87
Read-only
funContractCreatedByDeployer(address) view returns (address)
funContractDeployer(address) view returns (bool)
funContractIndex(address) view returns (uint256)
State-modifying
Events addDeployer(address _newDeployer)
buyEvent(address _buyer, address _funContract, uint256 _buyAmount, uint256 _tokenRecieved)
createFunEvent(address creator, address funContract, address tokenAddress, string name, string symbol, string data, uint256 totalSupply, uint256 initialReserve, uint256 timestamp)
listEvent(address user, address tokenAddress, address router, uint256 liquidityAmount, uint256 tokenAmount, uint256 _time, uint256 totalVolume)
removeDeployer(address _deployer)
renounceOwnership()
sellEvent(address _seller, address _funContract, uint256 _sellAmount, uint256 _nativeRecieved)
transferOwnership(address _newOwner)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
buyCall(address indexed buyer, address indexed funContract, uint256 buyAmount, uint256 tokenReceived, uint256 index, uint256 timestamp)
funCreated(address indexed creator, address indexed funContract, address indexed tokenAddress, string name, string symbol, string data, uint256 totalSupply, uint256 initialReserve, uint256 timestamp)
listed(address indexed user, address indexed tokenAddress, address indexed router, uint256 liquidityAmount, uint256 tokenAmount, uint256 time, uint256 totalVolume)
sellCall(address indexed seller, address indexed funContract, uint256 sellAmount, uint256 nativeReceived, uint256 index, uint256 timestamp)
tradeCall(address indexed caller, address indexed funContract, uint256 outAmount, uint256 inAmount, uint256 index, uint256 timestamp, string tradeType)
constructor(address _funStorage)
This contract contains no fallback and receive objects.
This contract contains no error objects.