BaldTrumpCoin

Verified contract

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

No balances found for "BaldTrumpCoin"

0x4a83403ce3e858cb2f5f65efea60c8b64be4088eb8c299d76de3eac9fe342bcd
0x9013fdc8f1bbabea77d935e832a6ac02755b8bac18d58b852cedeeef957fc2f9
0xeedf5a32f90bb62b67290d2244890a35292b0d196c716bcbb48d658a860c9263
0xfaf338becf9113cb7d1702948d856cb5620263f13f8f71b6e5eca3931e087a9b
0x8f7040353741de88c6e805bc63c9e5d5a5e302330b0bd4ed4bfa907b5369fd1b
0xebae6ffbe58cd4fd9b0b7e5397cdd0ba38205b2aa9f095f870b9974156068f62
0xb472ea46a77a866b775281d6b6c6e2161c5fa7d19a35cbdd6c92c87b050d343e
0x5349559aa6ee105cb0507c3e2446a0404da477e56bad117203a9111c365bdd30
0x4171e0a9cb207c2a15d5de3080583003dbc13cd7ebf003f82586365b153a5217
0x093886125183d07243fc110c10ec5c477b03dbcdc8088cb877c71a8af5e0374c

Functions
Getter at block 23071776
decimals(view returns (uint8)
18
name(view returns (string)
BaldTrumpCoin
owner(view returns (address)
0x028b02435cded18458841173e4b9b10e36d90f7f
symbol(view returns (string)
BTC
totalSupply(view returns (uint256)
47000000000000000000000000
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(address _initialOwneruint256 _totalSupply
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