Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xccf2…83fe
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHNO | ERC-20 | 942.069444 | -- | -- | |
MARA | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22601601 | 12 days ago | | | 0 | 6.7805773e-7 | |
| 22571632 | 12 days ago | | | 0 | 7.3583139e-7 | |
| 22403420 | 16 days ago | | | 0 | 0.0000019586846 | |
| 22188789 | 21 days ago | | | 0 | 1.2680200e-7 | |
| 22185844 | 21 days ago | | | 0 | 0.000059524348 | |
| 22066706 | 24 days ago | | | 0 | 0.0000019595080 | |
| 22047331 | 24 days ago | | | 0 | 4.3234770e-7 | |
| 22013022 | 25 days ago | | | 0 | 3.2243010e-7 | |
| 22003970 | 25 days ago | | | 0 | 1.5802180e-7 | |
| 22000879 | a month ago | | | 0 | 3.4081978e-7 |
ABI
ABI objects
Getter at block 23105138
DOMAIN_SEPARATOR() view returns (bytes32)
0xc7153e61d3b3a0793e3340a745d6b5994bf3d75952e927fb4401348698062522
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=Make America Rich Again, version=1, chainId=8453, verifyingContract=0x79678362ff83d45ca95f3b141e273b220e3a383b, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
isMaxWalletActive() view returns (bool)
false
maxWallet() view returns (uint256)
5000000000000000000000000000
name() view returns (string)
Make America Rich Again
nonfungiblePositionManager() view returns (address)
0x03a520b32c04bf3beef7beb72e919cf822ed34f1
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
MARA
totalSupply() view returns (uint256)
998900000000000000000000000000
tracker() view returns (address)
0xccf2a0de203692e4d1b16ee2706c298cd80583fe
tradingOpen() view returns (bool)
true
uniswapV3Pool() view returns (address)
0x09e120f8932df77d691bf56a802bc3a12a31cb89
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
disableMaxWallet()
enableTrading()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setMaxWallet(uint256 size)
setPointTracker(address _tracker)
setPositionManager(address positionManager)
setUniswapV3Pool(address pool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 totalSupply_, string name_, string symbol_, address[] list_, address owner_)
This contract contains no fallback and receive objects.
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)