TrafficLight.Finance
Verified contract
Active on
Ethereum with 196 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TFL | ERC-20 | 702.884849 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11928618 | 4 years ago | | | 0 | 0.0016678450 | |
| 11679040 | 4 years ago | | | 0 | 0.0021862075 | |
| 11628847 | 4 years ago | | | 0 | 0.0026634000 | |
| 11628836 | 4 years ago | | | 0 | 0.0027335800 | |
| 11444757 | 4 years ago | | | 0 | 0.0010254090 | |
| 11369565 | 4 years ago | | | 0 | 0.0011541400 | |
| 11322264 | 4 years ago | | | 0 | 0.0034423335 | |
| 11321831 | 4 years ago | | | 0 | 0.0053711900 | |
| 11311093 | 4 years ago | | | 0 | 0.0033292500 | |
| 11309195 | 4 years ago | | | 0 | 0.0017312100 |
ABI
ABI objects
Getter at block 21389083
_owner() view returns (address)
0xd3f001a92ddeb966865f8f4043007b60a341a2bf
_totalSupply() view returns (uint256)
10000000000000000000000
burnPercent() view returns (uint256)
3
decimals() view returns (uint256)
18
light() view returns (uint256)
3
name() view returns (string)
TrafficLight.Finance
owner() view returns (address)
0xd3f001a92ddeb966865f8f4043007b60a341a2bf
reward() view returns (uint256)
702884848940153037393
rewardDistributionPercent() view returns (uint256)
10
rewardPercent() view returns (uint256)
3
start() view returns (bool)
true
symbol() view returns (string)
TFL
totalSupply() view returns (uint256)
10000000000000000000000
Read-only
_balanceOf(address) view returns (uint256)
allowance(address, address) view returns (uint256)
balanceOf(address who) view returns (uint256)
findBurn(uint256 value) view returns (uint256)
findReward(uint256 value) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _burnAmount) returns (bool success)
renounceOwnership()
setBurnPercent(uint256 value)
setRewardDistributionPercent(uint256 value)
setRewardPercent(uint256 value)
switchlight()
switchstart()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
changeLight(uint256 value)
constructor(uint256 _initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.