Bald Ansem

Verified contract

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

No balances found for "Bald Ansem"

0x4b2f815a1ef8e0540860671e625a866faf9c8c69425343a4b924f0d1bc82df25
0x72b4f52954171fb4822c05c15220e5af6dd38797f5a2238be2ce1c6cda381e12
0xedb6fc5112a6967898883b2373c75334a8c34f12be219ba70a959895da0ff37d
0x42aa1fcb123af40f7d982b00aedc68b711ddc23000d5eeb7996996bff255e359
0x85f5740dbfb343f72eb4c99185241b65c3d28a335dd59c6bbb98389a92bb41dd
0x0b0655b8c801499e2d63e484842c21719678658e50090fd46ac69e4e1ce51269
0x0f899726fe0067811739148239d8ce301963c88d80f6f4793aa50e476e823113
0x9593337c825a0b23e02b93c2f0e57eae46a0935b74ee6a9459c8da799bf0d250
0x596ddc147ef22cde57387b1d2a038f15770041eac91269fee804dd568263c381
0x1ed4371330413a8d477e6788af0f746f4094701ccc529171b6c76e915f085332

Functions
Getter at block 22036261
decimals(view returns (uint8)
18
name(view returns (string)
Bald Ansem
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BALDSEM
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