eToro United States Dollar
Verified contract
Active on
Ethereum with 77 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa2f5…0564
0x5b36…62d8
Balances ($0.00)
No balances found for "eToro United States Dollar"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17282391 | a year ago | | | 0 | 0.0030960637 | |
| 17225611 | 2 years ago | | | 0 | 0.0066634283 | |
| 16822034 | 2 years ago | | | 0 | 0.0012303282 | |
| 14235353 | 3 years ago | | | 0 | 0.0028144824 | |
| 13906305 | 3 years ago | | | 0 | 0.0051797200 | |
| 13899851 | 3 years ago | | | 0 | 0.0089053040 | |
| 12489164 | 3 years ago | | | 0 | 0.0015421560 | |
| 12489129 | 3 years ago | | | 0 | 0.0021038336 | |
| 12485636 | 3 years ago | | | 0 | 0.0033813780 | |
| 12485088 | 3 years ago | | | 0 | 0.0026946040 |
ABI
ABI objects
Getter at block 21163515
decimals() view returns (uint8)
18
getExternalStorage() view returns (address)
0xa2f5db6f943e8a4bf2ca0b42715b1b46caa90564
getMintingRecipient() view returns (address)
0x33236d505dd3ea60ca8514656c5101f466338814
getUpgradedToken() view returns (address)
0x0000000000000000000000000000000000000000
isOwner() view returns (bool)
false
isUpgraded() view returns (bool)
false
name() view returns (string)
eToro United States Dollar
owner() view returns (address)
0x6c7f6cd7c2942baa3f028e61a383f55ae044daa5
paused() view returns (bool)
false
symbol() view returns (string)
USDEX
totalSupply() view returns (uint256)
11000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
allowanceProxy(address sender, address owner, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
balanceOfProxy(address sender, address who) view returns (uint256)
decimalsProxy(address sender) view returns (uint8)
hasAccess(address account) view returns (bool)
isBurner(address account) view returns (bool)
isMinter(address account) view returns (bool)
isNotBlacklisted(address account) view returns (bool)
isPauser(address account) view returns (bool)
isWhitelisted(address account) view returns (bool)
nameProxy(address sender) view returns (string)
pausedProxy(address sender) view returns (bool)
symbolProxy(address sender) view returns (string)
totalSupplyProxy(address sender) view returns (uint256)
State-modifying
Events addBurner(address account)
addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
approveProxy(address sender, address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
burnFromProxy(address sender, address from, uint256 value)
burnProxy(address sender, uint256 value)
changeMintingRecipient(address mintingRecip)
changeMintingRecipientProxy(address sender, address mintingRecip)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
decreaseAllowanceProxy(address sender, address spender, uint256 subtractedValue) returns (bool)
finalizeUpgrade()
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
increaseAllowanceProxy(address sender, address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
mintProxy(address sender, address to, uint256 value) returns (bool)
pause()
pauseProxy(address sender)
removeBurner(address account)
removeMinter(address account)
removePauser(address account)
renounceBurner()
renounceMinter()
renounceOwnership()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferFromProxy(address sender, address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
transferProxy(address sender, address to, uint256 value) returns (bool)
unpause()
unpauseProxy(address sender)
upgrade(address _upgradedToken)
Approval(address indexed owner, address indexed spender, uint256 value)
BurnerAdded(address indexed account)
BurnerRemoved(address indexed account)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
MintingRecipientAccountChanged(address prev, address next)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
UpgradeFinalized(address indexed upgradedFrom)
Upgraded(address indexed to)
constructor(string name, string symbol, uint8 decimals, address accesslist, bool whitelistEnabled, address externalStorage, address initialMintingRecipient, address upgradedFrom, bool initialDeployment)
This contract contains no fallback and receive objects.
This contract contains no error objects.