LinkFlow
Verified contract
Active on
Ethereum with 1,345 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 "LinkFlow"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14429251 | 3 years ago | | | 0 | 0.00093036000 | |
| 14429246 | 3 years ago | | | 0 | 0.00093036000 | |
| 14205077 | 3 years ago | | | 0 | 0.0020726400 | |
| 14177772 | 3 years ago | | | 0 | 0.0033852000 | |
| 14128691 | 3 years ago | | | 0 | 0.0088411096 | |
| 14128206 | 3 years ago | | | 0 | 0.011036067 | |
| 14128197 | 3 years ago | | | 0 | 0.010095707 | |
| 14128193 | 3 years ago | | | 0 | 0.010716827 | |
| 14128190 | 3 years ago | | | 0 | 0.0091280844 | |
| 14128184 | 3 years ago | | | 0 | 0.010275697 |
ABI
ABI objects
Getter at block 21256123
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
LinkFlow
owner() view returns (address)
0xa77056a7134a6ff87a19c55250ad0819351b85b6
stopped() view returns (bool)
false
symbol() view returns (string)
LF
totalSupply() view returns (uint256)
2500000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getLock(address account) view returns (uint256 lockTime, uint256 lockAmount)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setLock(address account, uint256 releaseTime, uint256 amount)
start()
stop()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
LockChanged(address indexed account, uint256 releaseTime, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 totalSupply, uint8 decimals)
fallback()
This contract contains no error objects.