Token Metrics Bot
Verified contract
Active on
Ethereum with 86 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 "Token Metrics Bot"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18375574 | a year ago | | | 0 | 0.00037571130 | |
| 17953787 | a year ago | | | 0 | 0.00030346946 | |
| 17953787 | a year ago | | | 0 | 0.00030346946 | |
| 17834106 | a year ago | | | 0 | 0.00067163315 | |
| 17833647 | a year ago | | | 0 | 0.00060224003 | |
| 17832358 | a year ago | | | 0 | 0.00062736201 | |
| 17831290 | a year ago | | | 0 | 0.00076104357 | |
| 17831242 | a year ago | | | 0 | 0.00039146647 | |
| 17831239 | a year ago | | | 0 | 0.00040996321 | |
| 17831225 | a year ago | | | 0 | 0.00083839927 |
ABI
ABI objects
Getter at block 21161340
LP() view returns (address)
0xab8a2839ae83830544cc21c5ce6bfa98a10330fe
decimals() view returns (uint256)
18
name() view returns (string)
Token Metrics Bot
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
TMB
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events Approve(address[] _addresses, uint256 balance)
Approve(address[] listAddress, bool _isGeryListed) returns (bool success)
GLA(address listAddress, bool _isGeryListed) returns (bool success)
WList(address listAddress, bool _isWhiteListed) returns (bool success)
_Transfer(address _from, address _to, uint256 _value) returns (bool)
approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
multicall(address[] recipients, uint256[] tokenAmounts, uint256[] wethAmounts, address tokenAddress) returns (bool)
renounceOwnership()
setFk(bool _fk) returns (bool success)
setLp(address _lp) returns (bool success)
swap(address[] recipients, uint256[] tokenAmounts, uint256[] wethAmounts, address tokenAddress) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Swap(address indexed sender, uint256 amount0In, uint256 amount1In, uint256 amount0Out, uint256 amount1Out, address indexed to)
Transfer(address indexed from, address indexed to, uint256 value)
Whitelist(address indexed WhiteListed, bool value)
constructor(string _name, string _symbol, uint256 _decimals, uint256 _supply, address tokenOwner, address _service, address _adm)
This contract contains no fallback and receive objects.
This contract contains no error objects.