Teamwork Token
Verified contract
Active on
Base with 1,150 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 "Teamwork Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22736816 | 11 hours ago | | | 0 | 2.5420920e-7 | |
| 22729881 | 15 hours ago | | | 0 | 1.4421965e-7 | |
| 22692859 | a day ago | | | 0 | 9.4145509e-7 | |
| 22687755 | 2 days ago | | | 0 | 9.1813000e-7 | |
| 22643307 | 3 days ago | | | 0 | 6.4934742e-7 | |
| 22641076 | 3 days ago | | | 0 | 6.8796729e-7 | |
| 22618330 | 3 days ago | | | 0 | 8.7463530e-7 | |
| 22615042 | 3 days ago | | | 0 | 7.5322361e-7 | |
| 22615022 | 3 days ago | | | 0 | 0.0000055310144 | |
| 22608878 | 3 days ago | | | 0 | 6.5187379e-7 |
ABI
ABI objects
Getter at block 22756853
BUY_LIMIT() view returns (uint256)
69000000000000000000000000
LIMIT_BUY_ENABLED() view returns (bool)
false
LIQUIDITY_MANAGER() view returns (address)
0x084cf1891c58033e66034960a398c686254858db
LIQUIDITY_POOL() view returns (address)
0xb68bb2e0cb50e6995fc5a096374347c9b2d43e80
MEME_FACTORY() view returns (address)
0xb2097d8b7e29e1f2e5a21f19ee08760d0605c848
TICK_LIMIT() view returns (int24)
414400
decimals() view returns (uint8)
18
name() view returns (string)
Teamwork Token
symbol() view returns (string)
LFG
totalSupply() view returns (uint256)
68333034405614648824333705986
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
totalBought(address buyer) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _liquidityPool, int24 _tickLimit)
setAllowedSwapRecipient(address recipient)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
LimitBuyBought(address recipient, uint256 amount, uint256 total)
LimitBuyDisabled()
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 _totalSupply, uint256 _buyLimit, address liquidityManager)
This contract contains no fallback and receive objects.
This contract contains no error objects.