Dynamic USDC Token
Verified contract
Active on
Ethereum with 590 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($12,007.03)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 12.007029K | $1.00 |
$12,007.03 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19659312 | 7 months ago | | | 0 | 0.00035238084 | |
| 18803158 | a year ago | | | 0 | 0.00079097549 | |
| 15959524 | 2 years ago | | | 0 | 0.00031136112 | |
| 15363173 | 2 years ago | | | 0 | 0.00017941929 | |
| 14424235 | 3 years ago | | | 0 | 0.00032377914 | |
| 14257272 | 3 years ago | | | 0 | 0.0016250372 | |
| 12755030 | 3 years ago | | | 0 | 0.00025560480 | |
| 12573414 | 3 years ago | | | 0 | 0.00023236800 | |
| 12156905 | 4 years ago | | | 0 | 0.0087870120 | |
| 11848697 | 4 years ago | | | 0 | 0.0016120530 |
ABI
ABI objects
Getter at block 21196694
baseFactor() view returns (uint256)
10000
decimals() view returns (uint8)
18
dollar() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
dollarDecimal() view returns (uint256)
6
dollarFeeRatio() view returns (uint256)
200
name() view returns (string)
Dynamic USDC Token
owner() view returns (address)
0x68b087916d1f92ffb2be56e53e27989b8c1e6e3e
symbol() view returns (string)
dUSDC
totalSupply() view returns (uint256)
10188232978820981166298
treasuryAddr() view returns (address)
0x539ec5abd9c843a32fcb76f1558ebef4af1af0c2
treasuryFeeRatio() view returns (uint256)
2000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
depositAt(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
convert(uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
redeem(uint256 _value)
renounceOwnership()
reset(uint256 _dollarFeeRatio, uint256 _treasuryFeeRatio, address _treasuryAddr)
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)
Burn(address indexed sender, uint256 amount)
Mint(address indexed sender, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _dollar, address _treasuryAddr, uint256 _dollarDecimal)
This contract contains no fallback and receive objects.
This contract contains no error objects.