iMe Lab
Verified contract
Active on
Ethereum with 5,507 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "iMe Lab"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21261752 | 2 days ago | | | 0 | 0.00030499203 | |
| 21230881 | 6 days ago | | | 0 | 0.0010282100 | |
| 21217879 | 8 days ago | | | 0 | 0.00051577916 | |
| 21208071 | 10 days ago | | | 0 | 0.00055572087 | |
| 21190930 | 12 days ago | | | 0 | 0.00075372475 | |
| 21173891 | 14 days ago | | | 0 | 0.0015236802 | |
| 21172430 | 14 days ago | | | 0 | 0.0012538887 | |
| 21172311 | 15 days ago | | | 0 | 0.0012128099 | |
| 21171354 | 15 days ago | | | 0 | 0.00099851681 | |
| 21168886 | 15 days ago | | | 0 | 0.00092950292 |
ABI
ABI objects
Getter at block 21276276
cap() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
iMe Lab
owner() view returns (address)
0xa7b7cc3708ff0fee0cc2dbfd9a515574c23f7b6d
paused() view returns (bool)
false
symbol() view returns (string)
LIME
totalSupply() view returns (uint256)
50000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
totalSupplyAt(uint256 snapshotId) 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)
mint(address to, uint256 amount)
pause()
renounceOwnership()
snapshot() returns (uint256)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.