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 |
---|---|---|---|---|---|
AMECA | ERC-20 | 31.206495K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20855628 | 2 months ago | | | 0 | 0.00028249965 | |
| 20254263 | 5 months ago | | | 0 | 0.000099919207 | |
| 20206175 | 5 months ago | | | 0 | 0.000092245829 | |
| 18622111 | a year ago | | | 0 | 0.0026385086 | |
| 18585484 | a year ago | | | 0 | 0.0023320381 | |
| 18553319 | a year ago | | | 0 | 0.0011109226 | |
| 18551990 | a year ago | | | 0 | 0.0013717749 | |
| 18549297 | a year ago | | | 0 | 0.0016558421 | |
| 18543714 | a year ago | | | 0 | 0.0024664918 | |
| 18541188 | a year ago | | | 0 | 0.0016258438 |
ABI
ABI objects
Getter at block 21385358
amecaAddress() view returns (address)
0xe312a373b7df910ee828cf939690f08d2fa2bc47
decimals() pure returns (uint8)
9
getAllPending() view returns (uint256)
31206494621334
getSwapThresholdAmount() view returns (uint256)
837212406730242
maxBuyAmount() view returns (uint256)
100000000000000000
maxSellAmount() view returns (uint256)
1000000000000000000000
maxWalletAmount() view returns (uint256)
10000000000000000000000000
name() view returns (string)
Ameca
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0xe4c30ecd0e87c89c547d6c59a6b65ecb35089099
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThresholdRatio() view returns (uint16)
100
symbol() view returns (string)
AMECA
totalSupply() view returns (uint256)
100000000000000000
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
amecaFees(uint256) view returns (uint16)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
totalFees(uint256) view returns (uint16)
State-modifying
Events amecaAddressSetup(address _newAddress)
amecaFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _router)
renounceOwnership()
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxBuyAmount(uint256 _maxBuyAmount)
updateMaxSellAmount(uint256 _maxSellAmount)
updateMaxWalletAmount(uint256 _maxWalletAmount)
updateSwapThreshold(uint16 _swapThresholdRatio)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
MaxBuyAmountUpdated(uint256 maxBuyAmount)
MaxSellAmountUpdated(uint256 maxSellAmount)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint16 swapThresholdRatio)
Transfer(address indexed from, address indexed to, uint256 value)
amecaAddressUpdated(address amecaAddress)
amecaFeeSent(address recipient, uint256 amount)
amecaFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.