Brettmas

Verified contract

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

No balances found for "Brettmas"

0x2d89b851d39023d429462dd1e954698e356708ba10a8c2f7d716c96bb3038539
0x8daab60ab0ccb88f5e6457b82e2211ea026fda23a4ca6439dc98e7833b156c00
0x09f84186513143fe08e80e6abc2060e7779e4f24851a531e8b59622b4591f1c7
0x62711fadd8d986fac8497166af6c7a1796cb07157c542ab1441202e31c4828fb
0x61f99892c97e3501feeddd58ad58290be55a3d19ec756796a28f120d0dbaa3bc
0x6f76c018f1ef05a3b1527fffd7e2741fcc9dd60565ec72ddbfe6af22d12df05c
0x8e9b934a1149c36ed6059fafbea9ff20e10dc85e3cb0ec2678c76e84eb76bca6

Functions
Getter at block 23786382
decimals(view returns (uint8)
18
launched(view returns (bool)
false
name(view returns (string)
Brettmas
owner(view returns (address)
0xc750af290bb41ca5dec04f22cd1318e940dd826a
symbol(view returns (string)
BRETTMAS
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
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(string _symbolstring _nameuint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account