FiatTokenV2_1

Verified contract

Implementation

Active on Ethereum with 227 txns
Deployed by via 0x8f065ff2 at 12254697
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $6.08
0x2c621431172e8681c7ff96ca4c2d976045a4fe10a826f85338036acf9a307b32
0x1c4dfc15d3fb2030f4eaceebfc5031216bc417734c14cf6f4e4be00e0dec1a37
0x608189c7a41ae594dc8e176d5f441e1bc306351782245cd5ff8b40701a24e0f0
0xfd0df9cb1c7b6b3dd05da160a03b95f81b55377f19cb87beed7bab7889b45ee0
0x6d745ed9a5d6ab3821c03054a7429b675b8938640fda766b1748fa6edb36cb05
0x566f5f65f40f3516f2653084e1ac62ab198126ee7b910cbc5d0ecfc82caec6be
0x0ceaf5294d57856dd1ce31289e8cea01dfdd0900f665e75f48f3c0e65174589c
0x6509ab9efd02491d1b5d1d6e0c4f669a0fc2177a43a08f84fe0c7a898ca37c40
0x0cb8b15a9a02cf56de4d4475e6b4e113d1761a9b05f14a8b33f82c71eb6e2f53
0xa51916913e5288bf17835c608203473d7f8c9cc0a283ac1f6e017076da62f6c4

Functions
Getter at block 20791847
CANCEL_AUTHORIZATION_TYPEHASH(view returns (bytes32)
0x158b0a9edf7a828aad02f63cd515c68ef2f50ba807396f6d12842833a1597429
DOMAIN_SEPARATOR(view returns (bytes32)
0x19d64970ae67135faab873f0abe76a5ee18734cb628c32659f75b220300d19a5
PERMIT_TYPEHASH(view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
RECEIVE_WITH_AUTHORIZATION_TYPEHASH(view returns (bytes32)
0xd099cc98ef71107a616c4f0f941f04c322d8e254fe26b3c6668db87aae413de8
TRANSFER_WITH_AUTHORIZATION_TYPEHASH(view returns (bytes32)
0x7c7c6cdb67a18743f49ec6fa9b35f50d52ed05cbed4cc592e13b44501c1a2267
blacklister(view returns (address)
0x0000000000000000000000000000000000000001
currency(view returns (string)
decimals(view returns (uint8)
0
masterMinter(view returns (address)
0x0000000000000000000000000000000000000001
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000001
paused(view returns (bool)
false
pauser(view returns (address)
0x0000000000000000000000000000000000000001
rescuer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalSupply(view returns (uint256)
0
version(view returns (string)
2
Read-only
allowance(address owneraddress spenderview returns (uint256)
authorizationState(address authorizerbytes32 nonceview returns (bool)
balanceOf(address accountview returns (uint256)
isBlacklisted(address _accountview returns (bool)
isMinter(address accountview returns (bool)
minterAllowance(address minterview returns (uint256)
nonces(address ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
blacklist(address _account
burn(uint256 _amount
cancelAuthorization(address authorizerbytes32 nonceuint8 vbytes32 rbytes32 s
configureMinter(address minteruint256 minterAllowedAmountreturns (bool)
decreaseAllowance(address spenderuint256 decrementreturns (bool)
increaseAllowance(address spenderuint256 incrementreturns (bool)
initialize(string tokenNamestring tokenSymbolstring tokenCurrencyuint8 tokenDecimalsaddress newMasterMinteraddress newPauseraddress newBlacklisteraddress newOwner
initializeV2(string newName
initializeV2_1(address lostAndFound
mint(address _touint256 _amountreturns (bool)
pause(
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
receiveWithAuthorization(address fromaddress touint256 valueuint256 validAfteruint256 validBeforebytes32 nonceuint8 vbytes32 rbytes32 s
removeMinter(address minterreturns (bool)
rescueERC20(address tokenContractaddress touint256 amount
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
transferWithAuthorization(address fromaddress touint256 valueuint256 validAfteruint256 validBeforebytes32 nonceuint8 vbytes32 rbytes32 s
unBlacklist(address _account
unpause(
updateBlacklister(address _newBlacklister
updateMasterMinter(address _newMasterMinter
updatePauser(address _newPauser
updateRescuer(address newRescuer
Events
Approval(address indexed owneraddress indexed spenderuint256 value
AuthorizationCanceled(address indexed authorizerbytes32 indexed nonce
AuthorizationUsed(address indexed authorizerbytes32 indexed nonce
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 previousOwneraddress newOwner
Pause(
PauserChanged(address indexed newAddress
RescuerChanged(address indexed newRescuer
Transfer(address indexed fromaddress indexed touint256 value
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.