Cowboy

Verified contract

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

No balances found for "Cowboy"

0xdd81cc5c5fda6547bfafed652bd925c738ec7a613a0694b3e8f132d438ec6731
0xfc56be29eff584e40b6cc43c637f580ae292fee57c4ccab1e44192a05d9bd69c
0xafddf699c046671040d9682b3fe27a38d8b2f60dce33968b7cb5427181d604b9
0xd4899d059062f8d47c997da4466179da3da14da81c92b1d3980bded98e761dd5
0x141526f6e34c074a099a61c73879b1fcfcfe30c04537a2e6cc96411b8879297e
0x3c3c78e6e545948deb891399b854620f4c952eebe3d9097e218ab528a3433fc7
0x386656726f19bdd2b85ea7b8b3a67da61cb550d646060b880f85c25c4fe88d79
0x8de21911cd4e7974f303e44f2fbb029f5b9f1e1058fd678e4c295a1c25af0645
0x3d13cbfbd003f08295c6dba929e826f1a32eee4fac9635c9d065f83d06a6d4e9
0x5e406151a24d2801458e33bc2d728f6fa1f3efbca3365a9c4c7d061cb6c53671

Functions
Getter at block 23659523
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
Cowboy
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
Cowboy
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