FiatTokenV1
Verified contract
Implementation
Active on
Ethereum with 22 txns
Storage
Map
Table
Raw
Constants and immutables
0
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 |
---|---|---|---|---|---|
ETHMNY | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17253957 | 2 years ago | | | 0 | 0.0018326643 | |
| 16303198 | 2 years ago | | | 0 | 0.00089535891 | |
| 16229043 | 2 years ago | | | 0 | 0.00049577020 | |
| 15858614 | 2 years ago | | | 0 | 0.00040382721 | |
| 15836166 | 2 years ago | | | 0 | 0.00048045707 | |
| 15836163 | 2 years ago | | | 0 | 0.00069963311 | |
| 15836160 | 2 years ago | | | 0 | 0.00058520808 | |
Transfer | 15661353 | 2 years ago | | | 0.000075900085 | 0.00015358500 | |
| 15331614 | 2 years ago | | | 0 | 0.00023505866 | |
| 13016213 | 3 years ago | | | 0 | 0.0020071134 |
ABI
ABI objects
Getter at block 21257318
blacklister() view returns (address)
0x0d637d8d16e053c396c13386e8fe7e9667ec5c6f
currency() view returns (string)
decimals() view returns (uint8)
0
masterMinter() view returns (address)
0x0d637d8d16e053c396c13386e8fe7e9667ec5c6f
name() view returns (string)
owner() view returns (address)
0x0d637d8d16e053c396c13386e8fe7e9667ec5c6f
paused() view returns (bool)
false
pauser() view returns (address)
0x0d637d8d16e053c396c13386e8fe7e9667ec5c6f
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address _account) view returns (bool)
isMinter(address account) view returns (bool)
minterAllowance(address minter) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
blacklist(address _account)
burn(uint256 _amount)
configureMinter(address minter, uint256 minterAllowedAmount) returns (bool)
initialize(string _name, string _symbol, string _currency, uint8 _decimals, address _masterMinter, address _pauser, address _blacklister, address _owner)
mint(address _to, uint256 _amount) returns (bool)
pause()
removeMinter(address minter) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unBlacklist(address _account)
unpause()
updateBlacklister(address _newBlacklister)
updateMasterMinter(address _newMasterMinter)
updatePauser(address _newPauser)
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklisted(address indexed _account)
BlacklisterChanged(address indexed newBlacklister)
Burn(address indexed burner, uint256 amount)
MasterMinterChanged(address indexed newMasterMinter)
Mint(address indexed minter, address indexed to, uint256 amount)
MinterConfigured(address indexed minter, uint256 minterAllowedAmount)
MinterRemoved(address indexed oldMinter)
OwnershipTransferred(address previousOwner, address newOwner)
Pause()
PauserChanged(address indexed newAddress)
Transfer(address indexed from, address indexed to, uint256 value)
UnBlacklisted(address indexed _account)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.