This contract is being backfilled. You may encounter incomplete storage history.

FiatTokenV1

Verified contract

Implementation

Active on Ethereum with 1 txns
Deployed by via 0x96eeb426 at 9739762
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "FiatTokenV1"

0x1cde39b4a3d346dd6bc39595595f71b39d2605310c05a71557a3028c49ef4f30
From

Functions
Getter at block 20793008
blacklister(view returns (address)
0x60eafc45c80918f23e2bd42557c55cfd069aeec0
decimals(view returns (uint8)
0
masterMinter(view returns (address)
0x60eafc45c80918f23e2bd42557c55cfd069aeec0
name(view returns (string)
owner(view returns (address)
0x60eafc45c80918f23e2bd42557c55cfd069aeec0
paused(view returns (bool)
false
pauser(view returns (address)
0x60eafc45c80918f23e2bd42557c55cfd069aeec0
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
allowance(address _owneraddress _spenderview returns (uint256)
balanceOf(address _addressview returns (uint256)
isBlacklisted(address _accountview returns (bool)
isMinter(address _addressview returns (bool)
minterAllowance(address _minterview returns (uint256)
tokenFallback(address _fromuint256 _valuebytes _datapure 
State-modifying
approve(address _spenderuint256 _amountreturns (bool)
blacklist(address _account
burn(uint256 _amount
decreaseAllowance(address _spenderuint256 _subtractedValuereturns (bool)
decreaseMinterAllowance(address _minteruint256 _decreasedAmount
increaseAllowance(address _spenderuint256 _addedValuereturns (bool)
increaseMinterAllowance(address _minteruint256 _increasedAmount
initialize(string _namestring _symboluint8 _decimalsaddress _masterMinteraddress _pauseraddress _blacklisteraddress _owner
lawEnforcementWipingBurn(address _from
mint(address _touint256 _amountreturns (bool)
pause(
reclaimToken(address _tokenAddress
transfer(address _touint256 _amountreturns (bool)
transferFrom(address _fromaddress _touint256 _amountreturns (bool)
transferOwnership(address newOwner
unBlacklist(address _account
unpause(
updateBlacklister(address _newBlacklister
updateMasterMinter(address _newMasterMinter
updatePauser(address _newPauser
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
Blacklisted(address indexed _account
BlacklisterChanged(address indexed newBlacklister
Burn(address indexed burneruint256 amount
MasterMinterChanged(address indexed newMasterMinter
Mint(address indexed minteraddress indexed touint256 amount
MinterConfigured(address indexed minteruint256 minterAllowedAmount
MinterRemoved(address indexed oldMinter
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Pause(
PauserChanged(address indexed newAddress
Transfer(address indexed fromaddress indexed touint256 amount
UnBlacklisted(address indexed _account
Unpause(
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.