ZMART
Unverified contract
Proxy
Active on
Base with 19 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.31)
Native
Value
$0.31
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.000084 | $3,671.35 |
$0.31 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10201398 | 10 months ago | | | 0 | 0.000000009395228853 | |
| 10158673 | 10 months ago | | | 0.00029901502 | 0.00011323190 | |
| 9152796 | a year ago | | | 0 | 0.000000004721319477 | |
| 8989942 | a year ago | | | 0 | 0.000010575957 | |
| 8982974 | a year ago | | | 0 | 0.000000009849205980 | |
| 8982710 | a year ago | | | 0 | 0.000000009849205980 | |
| 8982686 | a year ago | | | 0 | 0.000000013975680380 | |
| 8981159 | a year ago | | | 0 | 0.000000009855308826 | |
| 8981121 | a year ago | | | 0 | 0.000000009853340166 | |
| 8979916 | a year ago | | | 0.0047145199 | 0.000000011075094135 |
ABI
ABI objects
Getter at block 23247577
config() view returns (address)
0x31534b675a5af0375703597c5a7ea43fc20f0409
creator() view returns (address)
0x224e69025a2f705c8f31efb6694398f8fd09ac5c
creatorFeePercent() view returns (uint256)
20000000000000000
decimals() pure returns (uint8)
0
name() view returns (string)
ZMART
symbol() view returns (string)
ZMART
totalSupply() view returns (uint256)
63069
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
burnProceeds(uint256 amount_) view returns (uint256)
burnProceedsWithoutFees(uint256 amount_) view returns (uint256)
mintAsMemeTokenCost(uint256 amount_) view returns (uint256)
mintCost(uint256 amount_) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount_)
initialize(struct MemeInitializeParams params_)
mint(uint256 amount_) payable
mintAsMemeToken(address account_, uint256 fromAmount_, uint256 toAmount_) payable
swap(uint256 amount_, address toToken_, uint256 toAmount_)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed account, uint256 amount, uint256 newTotalSupply)
Initialized(uint64 version)
Mint(address indexed account, uint256 amount, uint256 newTotalSupply)
SwapFrom(address indexed account, uint256 fromAmount, address indexed toToken, uint256 toAmount, uint256 newTotalSupply)
SwapTo(address indexed account, uint256 fromAmount, address indexed fromToken, uint256 toAmount, uint256 newTotalSupply)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
receive()
BurnAmountTooHigh(uint256 maximumAmount, uint256 amount)
CallerIsNotRegisteredMemeToken(address messageSender)
CallerNotProtocolOwner()
CreatorFeePercentTooHigh()
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)
EnforcedPause()
EtherTransferFailed(address to, uint256 value)
InsufficientValue(uint256 minimumValue, uint256 value)
InvalidInitialization()
NotInitializing()
PRBMath_MulDiv18_Overflow(uint256 x, uint256 y)
ReentrancyGuardReentrantCall()
SwapFromAmountTooHigh(uint256 maximumAmount, uint256 amount)
SwapToAmountIsBelowMaximum(address toToken, uint256 toAmount)
ToTokenIsNotMemeToken(address toToken)