Virtual USD

Verified contract

Proxy

Active on Ethereum with 2,086 txns
Deployed by via 0x32917373 at 20560497
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Virtual USD"

0x206aa7570b3b0952aeef2f141f82d7a0220b2458b6b30c67ad7696fa280c9b89
0x1cd0d7ba0060acb18070c2670a415938015a1f2ddaaa06ec7a3c3a3953670904
0x42010da413a90ed893dc8b275d894fe2391016c4a5594e177449a4063184d9ca
0x66f61ea1d525c72db9ea8de10580f7904e9248ec56edf68af1f03759783c951e
0xb6aac878864557e712376a0abea8c8295fc71c45f666d6f13c25685b35d64860
0xabb0945ff7e2276c7fbdf11b5e6f6338a6f9e407cca536a609ffaccc5ca9a019
0xbc443157f9bf5edc964b322e20d04fe8d914b937df81c6de52a410b3c91fdd58
0x7750a14a904e49b80891611f3ee7ebc6c4b5da57a2fb2bf3be7badd9f8cc760c
0x7cafbcc1f33e6228b4f2bb17982d165ee9794da1cf271611d1688c813a75709c
0x2dc3e952fbba02b03bc3675082fde1a61093983b224bc8aa3fd9585074f5d248

Functions
Getter at block 20850066
 
admin(view returns (address)
 
implementation(view returns (address)
CANCEL_AUTHORIZATION_TYPEHASH(view returns (bytes32)
0x158b0a9edf7a828aad02f63cd515c68ef2f50ba807396f6d12842833a1597429
DOMAIN_SEPARATOR(view returns (bytes32)
0x04e2f8a0e15d956e20846a05afcb830540fc4ff8d69bce8771f34c500606e07c
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)
0x3546502606e0e9b70636cce43e1844288c6d44aa
currency(view returns (string)
USD
decimals(view returns (uint8)
6
masterMinter(view returns (address)
0x3546502606e0e9b70636cce43e1844288c6d44aa
name(view returns (string)
Virtual USD
owner(view returns (address)
0x3546502606e0e9b70636cce43e1844288c6d44aa
paused(view returns (bool)
false
pauser(view returns (address)
0x3546502606e0e9b70636cce43e1844288c6d44aa
rescuer(view returns (address)
0x3546502606e0e9b70636cce43e1844288c6d44aa
symbol(view returns (string)
VUSD
totalSupply(view returns (uint256)
11978487000000
version(pure returns (string)
1
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
changeAdmin(address newAdmin
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
approve(address spenderuint256 valuereturns (bool)
blacklist(address _account
burn(uint256 _amount
cancelAuthorization(address authorizerbytes32 noncebytes signature
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
mint(address _touint256 _amountreturns (bool)
pause(
permit(address owneraddress spenderuint256 valueuint256 deadlinebytes signature
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
receiveWithAuthorization(address fromaddress touint256 valueuint256 validAfteruint256 validBeforebytes32 noncebytes signature
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 noncebytes signature
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
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address implementation
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
constructor(address _implementation
Fallback and receive
fallback(
Errors

This contract contains no error objects.