USDE Token
Verified contract
Active on
Ethereum with 22,580 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CYFM | ERC-20 | 57K | -- | -- | |
USDE | ERC-20 | 98 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18361655 | a year ago | | | 0 | 0.00037579858 | |
| 16708804 | 2 years ago | | | 0 | 0.00079781833 | |
| 16559149 | 2 years ago | | | 0 | 0.0010248210 | |
| 16305848 | 2 years ago | | | 0 | 0.0011070296 | |
| 16289379 | 2 years ago | | | 0 | 0.00091175564 | |
| 15443390 | 2 years ago | | | 0 | 0.00095373300 | |
| 15443390 | 2 years ago | | | 0 | 0.0010461330 | |
| 15441411 | 2 years ago | | | 0 | 0.0010442489 | |
| 15441193 | 2 years ago | | | 0 | 0.0013767320 | |
| 12903139 | 3 years ago | | | 0 | 0.0012891550 |
ABI
ABI objects
Getter at block 21255269
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
USDE Token
owner() view returns (address)
0x88289332c40856b8024f74a13819d05725583599
paused() view returns (bool)
false
symbol() view returns (string)
USDE
totalSupply() view returns (uint256)
5100000009100000000010000200
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isPauser(address account) view returns (bool)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(address account, uint256 value)
burnFrom(address account, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
mint(address account, uint256 value)
pause()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
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)
constructor(string name, string symbol, uint8 decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.