Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($253,775.41)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 252.814347K | $0.999846 |
$252,775.41 | |
USDT | ERC-20 | 1K | $1.00 |
$1,000 | |
0x0f24…0831 | ERC-1555 | 1 | -- | -- | |
CRI | ERC-20 | 0.026 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20796267 | 2 months ago | | | 0 | 0.00084047690 | |
| 18580417 | a year ago | | | 0 | 0.0024119641 | |
| 18522486 | a year ago | | | 0 | 0.0017389971 | |
| 18477796 | a year ago | | | 0 | 0.0026676576 | |
| 18204117 | a year ago | | | 0 | 0.00018238664 | |
| 18153866 | a year ago | | | 0 | 0.00035856196 | |
| 18139198 | a year ago | | | 0 | 0.00038604594 | |
| 18100461 | a year ago | | | 0 | 0.00085974046 | |
| 18028182 | a year ago | | | 0 | 0.0014222296 | |
| 17937656 | a year ago | | | 0 | 0.0070265109 |
ABI
ABI objects
Getter at block 21299649
DOMAIN_SEPARATOR() view returns (bytes32)
0x35d899b847b42f26a0db19dad1ed10d4653e029fa7b94148d54bac99ed40b86d
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
TRANSFER_TYPEHASH() view returns (bytes32)
0x42ce63790c28229c123925d83266e77c04d28784552ab68b350a9003226cbd59
decimals() view returns (uint8)
6
delay() view returns (uint256)
172800
delayDelay() view returns (uint256)
0
delayMinter() view returns (uint256)
0
delayVault() view returns (uint256)
1625118798
getAllMinters() view returns (address[])
[0x6b7a87899490EcE95443e979cA9485CBE7E71522]
mpc() view returns (address)
0x6b7a87899490ece95443e979ca9485cbe7e71522
name() view returns (string)
USDC
owner() view returns (address)
0x6b7a87899490ece95443e979ca9485cbe7e71522
pendingDelay() view returns (uint256)
0
pendingMinter() view returns (address)
0x0000000000000000000000000000000000000000
pendingVault() view returns (address)
0x6b7a87899490ece95443e979ca9485cbe7e71522
symbol() view returns (string)
anyUSDC
totalSupply() view returns (uint256)
105621736326887
underlying() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
vault() view returns (address)
0x6b7a87899490ece95443e979ca9485cbe7e71522
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
isMinter(address) view returns (bool)
minters(uint256) view returns (address)
nonces(address) view returns (uint256)
State-modifying
Events Swapin(bytes32 txhash, address account, uint256 amount) returns (bool)
Swapout(uint256 amount, address bindaddr) returns (bool)
applyMinter()
applyVault()
approve(address spender, uint256 value) returns (bool)
approveAndCall(address spender, uint256 value, bytes data) returns (bool)
burn(address from, uint256 amount) returns (bool)
changeMPCOwner(address newVault) returns (bool)
changeVault(address newVault) returns (bool)
deposit() returns (uint256)
deposit(uint256 amount) returns (uint256)
deposit(uint256 amount, address to) returns (uint256)
depositVault(uint256 amount, address to) returns (uint256)
depositWithPermit(address target, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s, address to) returns (uint256)
depositWithTransferPermit(address target, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s, address to) returns (uint256)
initVault(address _vault)
mint(address to, uint256 amount) returns (bool)
permit(address target, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
revokeMinter(address _auth)
setMinter(address _auth)
setVault(address _vault)
setVaultOnly(bool enabled)
transfer(address to, uint256 value) returns (bool)
transferAndCall(address to, uint256 value, bytes data) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferWithPermit(address target, address to, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) returns (bool)
withdraw() returns (uint256)
withdraw(uint256 amount) returns (uint256)
withdraw(uint256 amount, address to) returns (uint256)
withdrawVault(address from, uint256 amount, address to) returns (uint256)
Approval(address indexed owner, address indexed spender, uint256 value)
LogAddAuth(address indexed auth, uint256 timestamp)
LogChangeMPCOwner(address indexed oldOwner, address indexed newOwner, uint256 indexed effectiveHeight)
LogChangeVault(address indexed oldVault, address indexed newVault, uint256 indexed effectiveTime)
LogSwapin(bytes32 indexed txhash, address indexed account, uint256 amount)
LogSwapout(address indexed account, address indexed bindaddr, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals, address _underlying, address _vault)
This contract contains no fallback and receive objects.
This contract contains no error objects.