Internet FinTech Coin
Verified contract
Active on
Ethereum with 707 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 |
---|---|---|---|---|---|
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21129412 | 11 days ago | | | 0 | 0.00096090605 | |
| 20646288 | 3 months ago | | | 0 | 0.000028303800 | |
| 18201858 | a year ago | | | 0 | 0.00018224255 | |
| 16931003 | 2 years ago | | | 0 | 0.00079514922 | |
| 16754068 | 2 years ago | | | 0 | 0.00094766208 | |
| 15675743 | 2 years ago | | | 0 | 0.00036165000 | |
| 12245863 | 4 years ago | | | 0 | 0.0028071615 | |
| 12219262 | 4 years ago | | | 0 | 0.0029376151 | |
| 11585078 | 4 years ago | | | 0 | 0.0084958513 | |
| 11195509 | 4 years ago | | | 0 | 0.0014086710 |
ABI
ABI objects
Getter at block 21210607
decimals() view returns (uint256)
18
name() view returns (string)
Internet FinTech Coin
owner() view returns (address)
0x7c5386174597d25f1c852bf25aad1dda6d119554
symbol() view returns (string)
IFTC
totalSupply() view returns (uint256)
1200000000000000000000000000
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)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.