MIRAI

Verified contract

Active on Ethereum with 2,788 txns
Deployed by via 0x56bc4e4a at 20528976
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional variables
ERC-20
Value $603.84
0x5b7af44ea067c44bae8c10dfc5f79d3fac9b885c8def2ba273a499acbd5c34ae
0xce48c8280898f7512a39152aec6476bcf66e9819bd51acd63253225730f87780
0x8182fa3bd7b36c13c77f2f9598d62fcdc5747aedfdc0dee546c0790be647b372
0xc5e44dc4cf76bf48dbbc29861622dcbb44c716b43dda7372b865e4e383e18239
0x5baff9a7e1a5e27673d8f1bdeded9a890d3c9eb1c77143fecc64332d65911f31
0x737a59290db8741dd02cb7f458028c8c9ad1a73783d8c4086808c282bab66ad4
0x6a12d2bdf3e491a350dfbf153b36153e2b4d15de164d924027c52c378a4b2a8c
0x3c42880f056815b93df306bb10a17bfb2f4cfefb4546a6e1ffd2f576a9196535
0xec3f98f2c9d47adf52ab52419744992822247d272982d7bcd3909bf9ddec05ae
0x6247f581f82106854654ab8c03d88ee1b51356b78310512c61340278391b3f3f

Functions
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 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] 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(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
nonces(address ownerview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
acceptOwnership(
activate(
approve(address spenderuint256 valuereturns (bool)
burn(address accountuint256 amount
burn(uint256 value
burnFrom(address accountuint256 value
changeMinAmountToSwapTaxes(uint256 _newMinAmount
changetaxWallet(address _newtaxWallet
enableTaxes(bool _enable
excludeFromFees(address _addressbool _isExcluded
grantRole(bytes32 roleaddress account
manualSwap(uint256 _amount
mint(address touint256 amount
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
removeLaunchTax(uint256 _newBuyTaxPercentuint256 _newSellTaxPercent
renounceOwnership(
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
toggleLimits(bool _limitsEnabed
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
updateMaxTxAmount(uint256 _newAmount
updateMaxWalletAmount(uint256 _newMaxWalletAmount
Events
Approval(address indexed owneraddress indexed spenderuint256 value
EIP712DomainChanged(
LaunchTaxRemoved(uint256 newBuyTaxPercentuint256 newSellTaxPercent
LimitsEnabled(bool limitsEnabed
MaxTxUpdated(uint256 newAmount
MaxWalletUpdated(uint256 newMaxWalletAmount
MinAmountToSwapTaxes(uint256 newMinAmount
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
TaxesEnabled(bool enabled
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
ECDSAInvalidSignature(
ECDSAInvalidSignatureLength(uint256 length
ECDSAInvalidSignatureS(bytes32 s
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
ERC2612ExpiredSignature(uint256 deadline
ERC2612InvalidSigner(address signeraddress owner
InvalidAccountNonce(address accountuint256 currentNonce
InvalidShortString(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
StringTooLong(string str