CUCKMASTER

Verified contract

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

No balances found for "CUCKMASTER"

0x2d4e5952954c1cd61ff6e660fd242b09608bb6565e72a2e8b64d883bf6bea48b
0xcf311b0e1558ff4ef5ee7863b2701f0578c21c6d4a95b1889144b151a412c1c6
0x00081ea5d74034902f8ad84a89d82f2c99bab4f7f17d9494ff8b2b2788070752
0x92531896803089da73a4a3dea5fbc73d88981fdc41fbe7bfe67a2aef0b8449ee
0xfc537675dcb6644ac6fbb2910ca5b1fce73bf7fd859eb0bb4eaf9815cc15659b
0xb4a32505166e27358bf6168b701d5a05327660c7d0a195f3fc563c9cb0dea437

Functions
Getter at block 23211272
decimals(view returns (uint8)
18
liquidityIsDeployed(view returns (bool)
false
name(view returns (string)
CUCKMASTER
owner(view returns (address)
0xab38fb43f04cbb7425dc11cfddd1ba558a7de729
symbol(view returns (string)
UGLY
totalSupply(view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
renounceOwnership(
setFinalBuyer(address _finalBuyer
setLiquidityDeployed(bool isDeployed
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (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 namestring symboluint256 totalSupplyaddress initialOwner
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