TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 6,740 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($14.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TMAI | ERC-20 | 4.95K | $0.00283 |
$14.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23768207 | 2 minutes ago | | | 0 | 3.8764843e-7 | |
| 23767862 | 14 minutes ago | | | 0 | 3.6121994e-7 | |
| 23767839 | 15 minutes ago | | | 0 | 0.0000011269619 | |
| 23767780 | 17 minutes ago | | | 0 | 4.7041054e-7 | |
| 23767747 | 18 minutes ago | | | 0 | 3.7175238e-7 | |
| 23767657 | 21 minutes ago | | | 0 | 3.8724492e-7 | |
| 23767270 | 34 minutes ago | | | 0 | 8.4445141e-7 | |
| 23767120 | 39 minutes ago | | | 0 | 8.3466203e-7 | |
| 23767109 | 39 minutes ago | | | 0 | 5.1197207e-7 | |
| 23767092 | 40 minutes ago | | | 0 | 3.6722620e-7 |
ABI
ABI objects
Getter at block 23768274
allocationContract() view returns (address)
0xf104c65c228eec0752c0b2779ebf112997a1866b
blocks() view returns (uint256)
0
decimals() view returns (uint8)
18
endBlock() view returns (uint256)
0
name() view returns (string)
Token Metrics AI
owner() view returns (address)
0xf104c65c228eec0752c0b2779ebf112997a1866b
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
startBlock() view returns (uint256)
0
symbol() view returns (string)
TMAI
tgeAmount() view returns (uint256)
2000000000000000000000000000
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
pairs(address) view returns (bool)
whitelistedLiquidityProviders(address) view returns (bool)
State-modifying
Events acceptOwnership()
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 _allocationContract)
renounceOwnership()
setPairAddress(address _pair)
setSellLimitTime(uint256 _blocks)
setStartBlock(uint256 _startBlock)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
whitelistLiquidityProvider(address provider, bool whitelisted)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
LiquidityProviderWhitelisted(address provider, bool whitelisted)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SetPairAddress(address pair)
SetSellLimitTime(uint256 blocks)
SetStartBlock(uint256 startBlock)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()