Backd USDC
Verified contract
Proxy
Active on
Ethereum with 199 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
Balances ($0.00)
No balances found for "Backd USDC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21093228 | 19 days ago | | | 0 | 0.0019454591 | |
| 21010582 | a month ago | | | 0 | 0.00019513899 | |
| 19168792 | 9 months ago | | | 0 | 0.0013133586 | |
| 19061462 | 10 months ago | | | 0 | 0.00045575214 | |
| 18334153 | a year ago | | | 0 | 0.00014869665 | |
| 18161209 | a year ago | | | 0 | 0.00020085084 | |
| 18126365 | a year ago | | | 0 | 0.00069971574 | |
| 17968052 | a year ago | | | 0 | 0.00034746856 | |
| 17596827 | a year ago | | | 0 | 0.00047179984 | |
| 17282910 | 2 years ago | | | 0 | 0.0019038649 |
ABI
ABI objects
Getter at block 21226025
decimals() view returns (uint8)
6
minter() view returns (address)
0xda83e512e2d675b8de524a6d21c86254dc7d47b6
name() view returns (string)
Backd USDC
symbol() view returns (string)
bkdUSDC
totalSupply() view returns (uint256)
35392379442
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address owner, uint256 burnAmount) returns (uint256)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name_, string symbol_, uint8 decimals_, address _minter) returns (bool)
mint(address account, uint256 amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.