Quantum Leap

Verified contract

Active on Base with 356 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Quantum Leap"

0xc8a79d7763e0e5e3480c9864bad38b4ec0bb2c82af8a01e9327f26d8e666487d
0x4838ed3970086558bdaf5985eaf66f5a59a701627dffcd753130987e44884741
0xa67e852c9f31819782cf39509b60def330e75e70d2fed4f840844d82829cb789
0xeb7170da1edfdaf7478d52a147028e9c572ce678929af1eb8760aed5994c5723
0x4fbf38ee8a900e703a7197345aa57e7348947e8bb4ee253eff3da5ec412dd119
0xcb23b46420bcd941f44ec990b407e0016bda9691e0ae1301a713f1c92061d93d
0x9fbac46b1193d164e676bd54704f3925eefc5f3bda8b39da4fa1bb40ea299657
0x036730ffcaf1cba0b4e52ad99b666101ad4dbd9d61e274a9129fb34959ad60e6
0x5ce5044fc097e87ad644427ee4e1827fec97bfe8201ba2e509562a1ac88c77e5
0x4c76b64cc372a3caf1525a949a375fffa1b134dc9d2e7c4f06aff0e5867fb972

Functions
Getter at block 23067298
decimals(view returns (uint8)
18
name(view returns (string)
Quantum Leap
symbol(view returns (string)
LEAP
totalSupply(view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint256 maxSupply_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender