FIN ERC20 Token
Verified contract
Active on
Ethereum with 7,271 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbaca…cbcb
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FIN | ERC-20 | 472.746793K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17703889 | a year ago | | | 0 | 0.00076827008 | |
| 16655645 | 2 years ago | | | 0 | 0.0022018075 | |
| 16641588 | 2 years ago | | | 0 | 0.0016719784 | |
| 15337241 | 2 years ago | | | 0 | 0.00038642657 | |
| 14704969 | 3 years ago | | | 0 | 0.0023913600 | |
| 14428661 | 3 years ago | | | 0 | 0.00077203225 | |
| 13905165 | 3 years ago | | | 0 | 0.0095275279 | |
| 13904191 | 3 years ago | | | 0 | 0.0056965748 | |
| 13904144 | 3 years ago | | | 0 | 0.0056944757 | |
| 13881670 | 3 years ago | | | 0 | 0.0013083218 |
ABI
ABI objects
Getter at block 21167259
decimals() view returns (uint8)
18
finERC20MigrationContract() view returns (address)
0x0000000000000000000000000000000000000000
finPointRecordContract() view returns (address)
0xbaca61bda46d0c5849e1c3f7812818df46cacbcb
isOwner() view returns (bool)
false
migrationStart() view returns (bool)
false
mintingFinished() view returns (bool)
false
name() view returns (string)
FIN ERC20 Token
owner() view returns (address)
0xfce0ff7f3fc70ba063ebd8abb2ea05d9c5efdbd9
symbol() view returns (string)
FIN
timeLockContract() view returns (address)
0x0000000000000000000000000000000000000000
totalSupply() view returns (uint256)
128032214585556141444329130
totalSupply_() view returns (uint256)
128032214585556141444329130
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
balances(address) view returns (uint256)
isMinted(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
migrateTransfer(address _account, uint256 _amount) returns (uint256)
mintAllowance(address _ethAddress)
renounceOwnership()
setMigrationAddress(address _finERC20MigrationContract) returns (bool)
setTimeLockAddress(address _timeLockContract) returns (bool)
startMigration() returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
transferRecordSource(address _newRecordContract)
Approval(address indexed owner, address indexed spender, uint256 value)
Migrated(address indexed account, uint256 amount)
MigrationStarted()
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RecordSourceTransferred(address indexed previousRecordContract, address indexed newRecordContract)
SetMigrationAddress(address _finERC20MigrateAddress)
SetTimeLockAddress(address _timeLockAddress)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _finPointRecordContract, string _name, string _symbol, uint8 _decimals)
fallback()
This contract contains no error objects.