Mazimatic
Verified contract
Proxy
Active on
Ethereum with 3,931 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 48 additional slots
Balances ($38.96)
Native
Value
$36.86
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.010804 | $3,411.45 |
$36.86 | |
Mazi | ERC-20 | 5.714286K | $0.000368 |
$2.11 | |
HunkElon | ERC-20 | 9.9B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21153661 | 14 days ago | | | 0 | 0.00073281440 | |
| 20992374 | a month ago | | | 0 | 0.0021811694 | |
| 20992136 | a month ago | | | 0 | 0.0029165807 | |
| 20975646 | a month ago | | | 0 | 0.00053576006 | |
| 20975635 | a month ago | | | 0 | 0.00073706702 | |
| 20951069 | a month ago | | | 0 | 0.0015224061 | |
| 20774020 | 2 months ago | | | 0 | 0.00041147872 | |
| 20767025 | 2 months ago | | | 0 | 0.000090107545 | |
| 20671646 | 3 months ago | | | 0 | 0.000043529981 | |
| 20671642 | 3 months ago | | | 0 | 0.000049056570 |
ABI
ABI objects
Getter at block 21255643
implementation() view returns (address impl)
0xf1e2708af21c7e442e5a7bbda16fd94d47751264
maintenance() view returns (bool _maintenance)
false
proxyOwner() view returns (address owner)
0x730564a0cacef4602f16e7eb93ada61d1745b76e
antisnipe() view returns (address)
0x0000000000000000000000000000000000000000
antisnipeDisable() view returns (bool)
false
coolDownEnabled() view returns (bool)
false
coolDownTime() view returns (uint128)
0
decimals() view returns (uint8)
18
isTokenPaused() view returns (bool)
false
liquidityTimestamp() view returns (uint64)
1679938259
maxTxAmount() view returns (uint128)
5000000000000000000000000000
name() view returns (string)
Mazimatic
owner() view returns (address)
0x730564a0cacef4602f16e7eb93ada61d1745b76e
pairAddress() view returns (address)
0x844146b6a5318cacbc059505a42ff5f21afe9fa1
symbol() view returns (string)
Mazi
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBot(address account) view returns (bool)
State-modifying
Events setMaintenance(bool _maintenance)
transferProxyOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
airdropTokens(address[] recipients, uint128[] amounts)
approve(address spender, uint256 amount) returns (bool)
bulkAntiBot(address[] accounts, bool state)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _owner, address _router)
pause()
renounceOwnership()
rescueAnyERC20Tokens(address _tokenAddr, address _to, uint128 _amount)
rescueETH(uint128 weiAmount)
setAntibot(address _address, bool _isThisBot)
setAntisnipeAddress(address addr)
setAntisnipeDisable()
setLiquidityTimestamp()
setMaxTxAmount(uint128 _maxTxAmount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
updateCoolDownSettings(bool _enabled, uint128 _timeInSeconds)
ProxyOwnershipTransferred(address previousOwner, address newOwner)
Upgraded(address indexed implementation)
AntiBotSet(address indexed _address, bool isThisBot)
AntiSnipeAddressSet()
AntiSnipeDisabled()
Approval(address indexed owner, address indexed spender, uint256 value)
BulkAntiBotsSet()
CoolDownSettingsUpdated(bool isEnabled, uint128 timeInSeconds)
ETHrecovered(uint128 weiAmount)
Initialized(uint8 version)
LiquidityTimestampSet()
MaxTxAmountUpdated(uint128 maxTxAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenInitialized()
TokenPaused()
TokenUnpaused()
TokensAirDropped(address indexed sender)
TokensRecovered(address indexed tokenAddr, address indexed to, uint128 amount)
Transfer(address indexed from, address indexed to, uint256 value)
UniswapPairCreated()
constructor()
fallback()
receive()
receive()
This contract contains no error objects.