Quant
Unverified contract
Proxy
Active on
Base with 99 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.00)
No balances found for "Quant"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22728799 | 21 hours ago | | | 0 | 0.000000090951669225 | |
| 22708873 | a day ago | | | 0 | 4.3642093e-7 | |
| 22707756 | a day ago | | | 0 | 0.0000031886146 | |
| 22704609 | a day ago | | | 0 | 0.0000037598701 | |
| 22704449 | a day ago | | | 0 | 4.3666518e-7 | |
| 22704198 | a day ago | | | 0 | 2.6780381e-7 | |
| 22704198 | a day ago | | | 0 | 2.6780381e-7 | |
| 22704194 | a day ago | | | 0 | 3.8321394e-7 | |
| 22704194 | a day ago | | | 0 | 2.6650993e-7 | |
| 22704193 | a day ago | | | 0 | 5.4724704e-7 |
ABI
ABI objects
Getter at block 22765790
CLOCK_MODE() view returns (string)
mode=blocknumber&from=default
DOMAIN_SEPARATOR() view returns (bytes32)
0x95135719a157dadf4b527dec6bf1d5ab1cccadb98309a41686b0f7e100418301
clock() view returns (uint48)
22765790
decimals() view returns (uint8)
18
deployer() view returns (address)
0x4cc5332c8cee730b2fb72e53e060b440359218f9
dexInitiated() view returns (bool)
true
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=memeCoin.new, version=1, chainId=8453, verifyingContract=0xeb9373fe8e032fd3a007660d80aef0111dee9ad5, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
isInitialized() view returns (bool)
true
memePool() view returns (address)
0x413371f1d40b32674953a7dc18885d3ece98ed63
name() view returns (string)
Quant
symbol() view returns (string)
QUANT
totalSupply() view returns (uint256)
1000000000000000000000000000
version() view returns (uint8)
2
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct CheckpointsCheckpoint208)
delegates(address account) view returns (address)
getLockInfo(address account) view returns (struct MemeCoinLockInfo)
getPastTotalSupply(uint256 timepoint) view returns (uint256)
getPastVotes(address account, uint256 timepoint) view returns (uint256)
getVotes(address account) view returns (uint256)
lockedDeadlineOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
State-modifying
Events Burn(uint256 amount) returns (bool)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(uint256 initialSupply, string _name, string _symbol, address _memePool, address _deployer)
initiateDex()
lockTokens(address account, uint256 deadlineDays)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousVotes, uint256 newVotes)
EIP712DomainChanged()
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
CheckpointUnorderedInsertion()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC20ExceededSafeSupply(uint256 increasedSupply, uint256 cap)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
ERC5805FutureLookup(uint256 timepoint, uint48 clock)
ERC6372InconsistentClock()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)
StringTooLong(string str)
VotesExpiredSignature(uint256 expiry)