Micro AI
Verified contract
Active on
Ethereum with 8,259 txns
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 "Micro AI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159515 | 16 hours ago | | | 0 | 0.0012946179 | |
| 21158306 | 20 hours ago | | | 0 | 0.0011449258 | |
| 21154482 | a day ago | | | 0 | 0.00023971040 | |
| 21154481 | a day ago | | | 0 | 0.00021020044 | |
| 21153928 | a day ago | | | 0 | 0.00062441399 | |
| 21146441 | 2 days ago | | | 0 | 0.00058964171 | |
| 21142179 | 3 days ago | | | 0 | 0.00045135660 | |
| 21138224 | 4 days ago | | | 0 | 0.0011758880 | |
| 21134636 | 4 days ago | | | 0 | 0.00051124389 | |
| 21134613 | 4 days ago | | | 0 | 0.00052981818 |
ABI
ABI objects
Getter at block 21164270
TOTAL_SUPPLY() view returns (uint256)
1000000000000000000000000
buyFee() view returns (uint256)
5
decimals() view returns (uint8)
18
feeWallet() view returns (address)
0x32f12bd2c740b4f1fdb2244f9fd8a2f57ae29479
name() view returns (string)
Micro AI
owner() view returns (address)
0x8027686e6e4b4e36da38ce6d89a35d634fb031e3
sellFee() view returns (uint256)
5
symbol() view returns (string)
MAI
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBuyFee(uint256 _newBuyFee)
setFeeWallet(address _newFeeWallet)
setSellFee(uint256 _newSellFee)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _feeWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.