Mai Stablecoin
Verified contract
Active on
Base with 16,929 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHNO | ERC-20 | 89.235294 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22752824 | an hour ago | | | 0 | 6.3518644e-7 | |
| 22747176 | 4 hours ago | | | 0 | 0.0000053662286 | |
| 22746583 | 4 hours ago | | | 0 | 7.7466634e-7 | |
| 22745358 | 5 hours ago | | | 0 | 0.0000053634489 | |
| 22743335 | 6 hours ago | | | 0 | 7.5235384e-7 | |
| 22743022 | 6 hours ago | | | 0 | 3.3464341e-7 | |
| 22742983 | 6 hours ago | | | 0 | 3.4733874e-7 | |
| 22742269 | 7 hours ago | | | 0 | 2.9614080e-7 | |
| 22737927 | 9 hours ago | | | 0 | 1.5856911e-7 | |
| 22737238 | 10 hours ago | | | 0 | 0.000000200260011084 |
ABI
ABI objects
Getter at block 22754435
_name() view returns (string)
Mai Stablecoin
_symbol() view returns (string)
MAI
decimals() view returns (uint8)
18
name() view returns (string)
Mai Stablecoin
owner() view returns (address)
0xe816f03e31a75cabe64861064a6219ebe62c613d
symbol() view returns (string)
MAI
totalSupply() view returns (uint256)
12100002000000000000000000
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)
burnBurned()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _receiver, uint256 _amount)
renounceOwnership()
setName(string _newName)
setSymbol(string _newSymbol)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address receiver, uint256 amount, address by)
NameChanged(string newName, address by)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SymbolChanged(string newName, address by)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _tempName, string _tempSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.