TimviToken
Verified contract
Active on
Ethereum with 185 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 "TimviToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19081337 | 10 months ago | | | 0 | 0.00028828774 | |
| 19081336 | 10 months ago | | | 0 | 0.00027994916 | |
| 11778891 | 4 years ago | | | 0 | 0.0097684400 | |
| 11556691 | 4 years ago | | | 0 | 0.0049392785 | |
| 11223450 | 4 years ago | | | 0 | 0.0021435398 | |
| 11118858 | 4 years ago | | | 0 | 0.00040323204 | |
| 11118835 | 4 years ago | | | 0 | 0.00071043206 | |
| 11045378 | 4 years ago | | | 0 | 0.0017094771 | |
| 11030575 | 4 years ago | | | 0 | 0.0015540700 | |
| 10964222 | 4 years ago | | | 0 | 0.0088804000 |
ABI
ABI objects
Getter at block 21171656
decimals() view returns (uint8)
18
name() view returns (string)
TimviToken
settings() view returns (address)
0x680d335f7978e85de2a3168bd07c27b6ceaa7908
symbol() view returns (string)
TMV
totalSupply() view returns (uint256)
1708474427765289265714
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
burnLogic(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _settings)
This contract contains no fallback and receive objects.
This contract contains no error objects.