This contract is being backfilled. You may encounter incomplete storage history.

BYDEN

Verified contract

Active on Base with 5 txns
Deployed by via 0x510f7939 at 18125874
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "BYDEN"

0x8abcd1308d711a850abbb77c9b7f6faf151ffcea66b5756a7a8660a4486a4125
0x39dcb16f5c8dfe320e06b5873c724cd23e8744b9fa50997682a6953ff1acc90b
0x4e14929f4bef5f1aec1a4be8c76ec45fe0ac462b90b26bbbb99e8e8624d153f8
0x1770c073407bb555a9148e9f11c2d080c793b70e8a13d2fbc74d5167d04b3df1
0x21bf0ae6754ce83fb291ccb4b173a50db39aff9f94e058d753043dacc14a3352

Functions
Getter at block 23932371
decimals(view returns (uint8)
18
name(view returns (string)
BYDEN
symbol(view returns (string)
BYDEN
totalSupply(view returns (uint256)
770000000000000000000000000000
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 namestring symboluint256 initialSupply
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