FidelityHouse Token
Verified contract
Active on
Ethereum with 198 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 "FidelityHouse Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15796143 | 2 years ago | | | 0 | 0.0011251882 | |
| 9961422 | 5 years ago | | | 0 | 0.0021723240 | |
| 9961415 | 5 years ago | | | 0 | 0.00044512600 | |
| 9961383 | 5 years ago | | | 0 | 0.0011849040 | |
| 9961379 | 5 years ago | | | 0 | 0.0015872400 | |
| 9961369 | 5 years ago | | | 0 | 0.00061012600 | |
| 9785076 | 5 years ago | | | 0 | 0.00025454000 | |
| 9718295 | 5 years ago | | | 0 | 0.00021715320 | |
| 9718294 | 5 years ago | | | 0 | 0.00029099400 | |
| 9718284 | 5 years ago | | | 0 | 0.00016990680 |
ABI
ABI objects
Getter at block 21287902
InterfaceId_ERC165() view returns (bytes4)
0x01ffc9a7
ROLE_MINTER() view returns (string)
minter
decimals() view returns (uint8)
18
lockedUntil() view returns (uint256)
1578492000
mintingFinished() view returns (bool)
true
name() view returns (string)
FidelityHouse Token
owner() view returns (address)
0x8fd84702a36d55a12eb40f7aa473ef32898c6485
symbol() view returns (string)
FIH
totalSupply() view returns (uint256)
551350768626444582572504000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
checkRole(address _operator, string _role) view
hasRole(address _operator, string _role) view returns (bool)
lockedBalanceOf(address _owner) view returns (uint256)
supportsInterface(bytes4 _interfaceId) view returns (bool)
State-modifying
Events addMinter(address _minter)
approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _data) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
mintAndLock(address _to, uint256 _amount) returns (bool)
recoverERC20(address _tokenAddress, uint256 _tokens) returns (bool success)
removeMinter(address _minter)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferAndCall(address _to, uint256 _value) returns (bool)
transferAndCall(address _to, uint256 _value, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferFromAndCall(address _from, address _to, uint256 _value) returns (bool)
transferFromAndCall(address _from, address _to, uint256 _value, bytes _data) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdded(address indexed operator, string role)
RoleRemoved(address indexed operator, string role)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _lockedUntil)
This contract contains no fallback and receive objects.
This contract contains no error objects.