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

Deployyyyer

Verified contract

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

No balances found for "Deployyyyer"

0x38ba3f9b797e599397881a7688ae9c997faf531d0e5c853ed8452cb8cb236305
0x630502d03640fb457ba5bfa7d634e4159163f1f30e77c539ef2de4f7e79c2b4e
0x0ea6bd6043c26803c89e0021b4f8ee7988ec6a8f3d9c3200df38c8d19f99db9f
0x56b840238edc9b5beaaebdd09f26842bdb83e3499b6c215b298d5c5dd697d6d1
0x949925856719d96c5ac410224b89632e688120a9be3aa75a65a6cf7c9a72808c
0x2f8db0246fecde2ecfc290a89b4aab7ae42f7fbe81271a3fe5da245a28d8eec8
0x427cb0e17167be9788cf378c0d30051c42c4f74544e7048a5b9ff444ad427ec5
0x236c7c14cdec61f57517cd376e728cd373e37bf78acb88a7c09cc5b08bc34418

Functions
Getter at block 22109886
decimals(view returns (uint8)
18
name(view returns (string)
Deployyyyer
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
DEPLOY
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account