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 "Mero USDC"
ABI
ABI objects
Getter at block 21328442
decimals() view returns (uint8)
6
minter() view returns (address)
0xef251ac05d180a0ffbce8ae0fc65f175a09ae02f
name() view returns (string)
Mero USDC
symbol() view returns (string)
meroUSDC
totalSupply() view returns (uint256)
9724816961
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.