USD Receipt
Verified contract
Active on
Ethereum with 159 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 "USD Receipt"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583224 | 2 years ago | | | 0 | 0.0010268200 | |
| 13465119 | 3 years ago | | | 0 | 0.0029445092 | |
| 13080893 | 3 years ago | | | 0 | 0.0022648284 | |
| 13080543 | 3 years ago | | | 0 | 0.0012401543 | |
| 13007775 | 3 years ago | | | 0 | 0.0018819350 | |
| 12438197 | 3 years ago | | | 0 | 0.0016904401 | |
| 12438146 | 3 years ago | | | 0 | 0.0047148360 | |
| 12354452 | 4 years ago | | | 0 | 0.00055506990 | |
| 12348624 | 4 years ago | | | 0 | 0.0010813050 | |
| 12348486 | 4 years ago | | | 0 | 0.0018455215 |
ABI
ABI objects
Getter at block 21165576
decimals() view returns (uint8)
18
master() view returns (address)
0xf18af6b17e56d87b67445f3256d13644d3f6e5bf
name() view returns (string)
USD Receipt
owner() view returns (address)
0xf18af6b17e56d87b67445f3256d13644d3f6e5bf
paused() view returns (bool)
false
symbol() view returns (string)
USDR
totalSupply() view returns (uint256)
5460000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
getBlackListStatus(address _addr) view returns (bool)
isBlackListed(address) view returns (bool)
State-modifying
Events addBlackList(address _addr)
approve(address spender, uint256 tokens) returns (bool success)
brunBlackTokens(address blackListedUser) returns (bool)
burnTokens(uint256 amount) returns (bool)
incrementSupply(uint256 increments) returns (bool)
pause()
removeBlackList(address _addr)
setOwnership(address newOwner)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferMasterOwnership(address newOwner)
unpause()
AddedBlackList(address indexed _user)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
BrunBlackTokens(address indexed blackListedUser, uint256 amount)
BurnTokens(address indexed owner, uint256 amount)
IncrementSupply(address indexed owner, uint256 increments)
MasterOwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
RemovedBlackList(address indexed _user)
SetOwner(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 tokens)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.