USDR Tether
Verified contract
Active on
Ethereum with 746 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "USDR Tether"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15100863 | 2 years ago | | | 0 | 0.00066513736 | |
| 12975448 | 3 years ago | | | 0 | 0.0015909100 | |
| 12970771 | 3 years ago | | | 0 | 0.0012807550 | |
| 12970754 | 3 years ago | | | 0 | 0.0017135894 | |
| 12528077 | 4 years ago | | | 0 | 0.00069146000 | |
| 12527937 | 4 years ago | | | 0 | 0.00069146000 | |
| 12527922 | 4 years ago | | | 0 | 0.00069146000 | |
| 12333390 | 4 years ago | | | 0 | 0.023201177 | |
| 12326453 | 4 years ago | | | 0 | 0.0027399411 | |
| 12312666 | 4 years ago | | | 0 | 0.015523277 |
ABI
ABI objects
Getter at block 21322887
INITIAL_SUPPLY() view returns (uint256)
50000000000000000000000000
MAXIMUM_SUPPLY() view returns (uint256)
10000000000000000000000000000
SUPPLY_MULTIPLE() view returns (uint256)
30000000000000000000000000
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
USDR Tether
owner() view returns (address)
0x174d1c1871751d638b1065df89cea40f6decfd3e
symbol() view returns (string)
USDRT
totalSupply() view returns (uint256)
50000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint() returns (bool)
mint(address _account, uint256 _amount) returns (bool)
mint(uint256 _amount) returns (bool)
renounceMinter()
renounceOwnership()
revokeMinter(address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.