MyFinance
Verified contract
Active on
Ethereum with 147 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 "MyFinance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15783809 | 2 years ago | | | 0 | 0.0015234065 | |
| 15783771 | 2 years ago | | | 0 | 0.0011053295 | |
| 15783763 | 2 years ago | | | 0 | 0.0011018240 | |
| 13273615 | 3 years ago | | | 0 | 0.0035424517 | |
| 13243593 | 3 years ago | | | 0 | 0.0034725542 | |
| 13225660 | 3 years ago | | | 0 | 0.0047689788 | |
| 13225594 | 3 years ago | | | 0 | 0.0023421500 | |
| 13219303 | 3 years ago | | | 0 | 0.0011584605 | |
| 13219286 | 3 years ago | | | 0 | 0.0014801472 | |
| 13083860 | 3 years ago | | | 0 | 0.0042594463 |
ABI
ABI objects
Getter at block 21186180
decimals() view returns (uint8)
18
founder() view returns (address)
0xf36ea09c4f135dcb80bc0dc45caa1f02bc93ee4d
name() view returns (string)
MyFinance
symbol() view returns (string)
MYFI
totalSupply() view returns (uint256)
80000000000000000000000
Read-only
allowance(address _account, address _contract) view returns (uint256)
balanceOf(address account) view returns (uint256)
isApproved(address _account, address _contract) view returns (bool)
State-modifying
Events approve(address _contract, uint256 _amount) returns (bool)
changeOwnership(address _account)
mint(address _to, uint256 _amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address _from, address _to, uint256 _amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _initial_supply)
This contract contains no fallback and receive objects.
This contract contains no error objects.