Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($603.84)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MIRAI | ERC-20 | 273.344598K | $0.002209 |
$603.84 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157754 | 6 minutes ago | | | 0 | 0.00057905081 | |
| 21157290 | 2 hours ago | | | 0 | 0.00084402939 | |
| 21156478 | 4 hours ago | | | 0 | 0.00058764314 | |
| 21156445 | 4 hours ago | | | 0 | 0.00076330889 | |
| 21156140 | 5 hours ago | | | 0 | 0.00058972811 | |
| 21155908 | 6 hours ago | | | 0 | 0.00057737771 | |
| 21154878 | 10 hours ago | | | 0 | 0.00037967711 | |
| 21154861 | 10 hours ago | | | 0 | 0.00032123052 | |
| 21154855 | 10 hours ago | | | 0 | 0.00060940791 | |
| 21152970 | 16 hours ago | | | 0 | 0.00048140343 |
ABI
ABI objects
Getter at block 21157784
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0xceb79361c51029e5da60e837e0df90eb9f060c9f0640ac9341bf1c73bfd5491a
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
SUPPLY() view returns (uint256)
1000000000000000000000000000
buyTax() view returns (uint256)
5
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=MIRAI, version=1, chainId=1, verifyingContract=0x42c83a91b3a79de5488cd9280a4df564e13a79ee, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
launchTax() view returns (bool)
true
limitsEnabled() view returns (bool)
true
maxTxAmount() view returns (uint256)
10000000000000000000000000
maxWalletAmount() view returns (uint256)
20000000000000000000000000
minAmountToSwapTaxes() view returns (uint256)
500000000000000000000000
minters() view returns (uint256)
1
name() view returns (string)
MIRAI
owner() view returns (address)
0x31c75f2754eb8153a7eba63752d5589503b4c1a1
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
sellTax() view returns (uint256)
5
symbol() view returns (string)
MIRAI
taxesEnabled() view returns (bool)
true
totalSupply() view returns (uint256)
999999943416208972223812000
tradingAllowed() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x5496b66d9785bc167bc709db5f33113a7819ff53
Read-only
_isExcludedFromFees(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
nonces(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events acceptOwnership()
activate()
approve(address spender, uint256 value) returns (bool)
burn(address account, uint256 amount)
burn(uint256 value)
burnFrom(address account, uint256 value)
changeMinAmountToSwapTaxes(uint256 _newMinAmount)
changetaxWallet(address _newtaxWallet)
enableTaxes(bool _enable)
excludeFromFees(address _address, bool _isExcluded)
grantRole(bytes32 role, address account)
manualSwap(uint256 _amount)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeLaunchTax(uint256 _newBuyTaxPercent, uint256 _newSellTaxPercent)
renounceOwnership()
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
toggleLimits(bool _limitsEnabed)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateMaxTxAmount(uint256 _newAmount)
updateMaxWalletAmount(uint256 _newMaxWalletAmount)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
LaunchTaxRemoved(uint256 newBuyTaxPercent, uint256 newSellTaxPercent)
LimitsEnabled(bool limitsEnabed)
MaxTxUpdated(uint256 newAmount)
MaxWalletUpdated(uint256 newMaxWalletAmount)
MinAmountToSwapTaxes(uint256 newMinAmount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TaxesEnabled(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
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)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
StringTooLong(string str)