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 "IP USDC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21217507 | 7 days ago | | | 0 | 0.00070288087 | |
| 21137975 | 19 days ago | | | 0 | 0.00060030907 | |
| 20902222 | 2 months ago | | | 0 | 0.00027028759 | |
| 20625330 | 3 months ago | | | 0 | 0.000047796417 | |
| 20585104 | 3 months ago | | | 0 | 0.000086417789 | |
| 20557436 | 3 months ago | | | 0 | 0.000042679785 | |
| 20554303 | 3 months ago | | | 0 | 0.000038644054 | |
| 20551134 | 3 months ago | | | 0 | 0.000025818977 | |
| 20505167 | 3 months ago | | | 0 | 0.000036970221 | |
| 20404755 | 4 months ago | | | 0 | 0.000057467313 |
ABI
ABI objects
Getter at block 21270959
decimals() view returns (uint8)
18
getAsset() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
name() view returns (string)
IP USDC
owner() view returns (address)
0xd92e9f039e4189c342b4067cc61f5d063960d248
symbol() view returns (string)
ipUSDC
totalSupply() view returns (uint256)
806718696667809324945875
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 account, uint256 amount)
confirmTransferOwnership()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
renounceOwnership()
setJoseph(address newJoseph)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address appointedOwner)
AppointedToTransferOwnership(address indexed appointedOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed account, uint256 amount)
JosephChanged(address indexed changedBy, address indexed oldJoseph, address indexed newJoseph)
Mint(address indexed account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, address asset)
This contract contains no fallback and receive objects.
This contract contains no error objects.