DiscoverBase

Unverified contract

Proxy

Active on Base with 366 txns
Deployed by via 0x7eb90cab at 21806370
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000
ERC-20
--
ERC-20
--
0x79fe8eb987386707598a8160781cdb2ac1a1c91b0d80a72f3b7ec5995c817fcd
0x2724331896e3a41acd4e10d3a4ad4a65eb6ac5f98be0b494f6896decb52a3415
0xaadcc546a1b44238419030a2354d79e5fa6f7c90549485973000fb77b7204edf
0xd3718c5116b013d6899cd023d30160974db172d0a98ce7892a7e9cf5088a0421
0xe4c029f4d753d94d772ba9bad59a987481a101d6bc8321e82943ba8a6ff48422
0x6d4cebbc5ea9788ccf38dda0249cf7eb7658aafec31d7e5922acd0c6e01fb59a
0x393d469740cbc44ae44ff5235cae55eea811e9b39506e5b09b61e47940fee1cb
0xf6f04e7eba123073139a078b2d1c9055ead7a6a1d6d2f407471cb7e2aec8ba41
0x5a7e3a39913239e4ef6a52ea34d3e0b9021d3ce169cebfb00816932294fb5964
0x346c328df306b9d6298efe2a4f8b28b363fb8c8c3aa54d542cc178e3ce5926e4

Functions
Getter at block 22903874
decimals(view returns (uint8)
18
description(pure returns (string)
RushERC20Basic
name(view returns (string)
DiscoverBase
symbol(view returns (string)
DBASE
totalSupply(view returns (uint256)
1000000000000000000000000000
version(pure returns (uint256)
1
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
initialize(string namestring symboluint256 maxSupplyaddress recipientbytes
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Initialize(string indexed namestring indexed symboluint256 maxSupplyaddress indexed recipientbytes data
Initialized(uint64 version
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

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
InvalidInitialization(
NotInitializing(