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 "Mordecai"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13504012 | 6 months ago | | | 0 | 0.000000307462389960 | |
| 13503974 | 6 months ago | | | 0 | 0.000000308716272264 | |
| 13503918 | 6 months ago | | | 0 | 2.6617147e-7 | |
| 13503778 | 6 months ago | | | 0 | 0.0000083382570 | |
| 13503660 | 6 months ago | | | 0 | 0.000011207005 | |
| 13503646 | 6 months ago | | | 0 | 1.6371640e-7 | |
| 13503556 | 6 months ago | | | 0 | 0.0000049949761 | |
| 13503482 | 6 months ago | | | 0 | 0.0000049949761 | |
| 13503443 | 6 months ago | | | 0 | 0.0000049949761 | |
| 13503388 | 6 months ago | | | 0 | 0.0000097281761 |
ABI
ABI objects
Getter at block 22014568
ARB_CHAIN_ID() view returns (uint256)
42161
AVAX_CHAIN_ID() view returns (uint256)
43114
BASE_CHAIN_ID() view returns (uint256)
8453
BLAST_CHAIN_ID() view returns (uint256)
81457
ETH_CHAIN_ID() view returns (uint256)
1
blockNumber() view returns (uint256)
0
buyTax() view returns (uint256)
0
changeMe() pure returns (uint256)
1
currentAllow() view returns (uint256)
0
decimals() view returns (uint8)
18
getChainID() view returns (uint256)
8453
getOpenedTrade() view returns (bool)
true
getPairAddress() view returns (address)
0xff5b23a5c49897c84eafc79530bfac7715392d6c
name() view returns (string)
Mordecai
openedTrade() view returns (bool)
true
owner() view returns (address)
0xcfef6e353d37e6e84a3e0799be7f693e17c3a4b9
sellTax() view returns (uint256)
0
symbol() view returns (string)
MORDECAI
tokenAllowFeeAmount() view returns (uint256)
250000000000000000000000
tokenName() view returns (string)
Mordecai
tokenSymbol() view returns (string)
MORDECAI
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkUser(address) view returns (bool)
listRouter(uint256) view returns (address)
userAmount(address) view returns (uint256)
whitelist(address) view returns (bool)
State-modifying
Events Airdrop(address[] list)
addCheckUser(address user, bool status)
addLiquidityETH(address token, uint256 amountTokenDesired, uint256 amountTokenMin, uint256 amountETHMin, address to, uint256 deadline) payable returns (uint256 amountToken, uint256 amountETH, uint256 liquidity)
airdropTokens(address[] list, uint256 amount)
approve(address spender, uint256 value) returns (bool)
chageNameAndSymbol(string newName, string newSymbol)
changeTokenAllowFeeAmount(uint256 amount)
lauch()
removeLiquidityETH(address token, uint256 liquidity, uint256 amountTokenMin, uint256 amountETHMin, address to, uint256 deadline) returns (uint256 amountToken, uint256 amountETH)
renounceOwnership()
setRouter(address _router, uint256 chainId)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawETH()
withdrawStuckToken(address token)
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(uint256 _totalSupply, uint256 tokenAmount, address deployer, uint256 _tokenAllowFeeAmount, bool transferToDeployer)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)