base biblical supercycle

Verified contract

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

No balances found for "base biblical supercycle"

0x3c1645ab0d14b76d6e2363b287cba61e18c80081904a6bdd1dced9f8a3542089
0xc0bca77598d8acbc35f9f0ebc78f4df00eb0bde77906dcc1e689b76d7faa27ee
0x08f2165605c014f07daf75d7b955bb0b317a46772adf0a9064d44c9b7a4f6e71
0x0ae6ab6072e4e82909db8aea8f1d5efb34773e347049f81c69916bb0dff27210
0xf736d48a94ebff424c9844f1999a1fae2ed68844658124c66c5ae4146b15df9a
0xa2d85ab7188b0c620ed211d264b051b3bd1389dc0c8e47da2e9f428c09d45b0f
0xda04d3051f181ab64339e36b6e11d0126e2ecd10b141f225cecb5b2c7ee74c86
0x37032917d366101d93d019944ed35181fc4a1b32dc09a5562ae8997b93aec066
0x0e30f7e3eae754052cf5031f8ded6cb467520eeb894cd12aa74f6bcfaaa3f255
0x64d79f030695eb1b14e516a602d3ba0b2630c269f944d273bd1247a4860d7fd6

Functions
Getter at block 23025254
decimals(view returns (uint8)
18
name(view returns (string)
base biblical supercycle
symbol(view returns (string)
BIBLICAL
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