COW

Verified contract

Active on Base with 10,740 txns
Deployed by via 0x381025c3 at 18311819
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $909.68
ERC-20
Value $0
ERC-20
--
ERC-20
--
0x039ce57df6f4933a253215b718c7a641e879ef3446b2adff0c5741ab856e580a
0x2d039e3db586e8ff7ca9b5fa595a08cffbc8b0ca041ad11aa7cd7a8e958ab277
0xa535762af36503b7f255a38232ce1fd54f9b93d5df9526013f837cff93d83582
0x1c6c62e406bd414083b63ba299a1e4a062d5ccc709517f9b59a5a509a939ee7f
0x895123c35fc8d7a7de22803f329b835fc0c58027b8e5e7c64116f7ed7042b9ec
0xf8643ebd9425bddd6bc7928b7c20aed0457aaa9737b0d86d3400bdb2766f461e
0xa30521a6fe8fc30a5f450c4fefa183d10d3bd66df0f613fa6ce190e4605da929
0x2544f639ca7ac65ccf2946a8d2cb4eef61a6c6b746421f3380e242c81674367d
0x8422f70f8f0923a822a8987890ff35134a14d011298951519ad15a8bb9bab702
0xf9db2b4a94e0db41cb293eb6e10fbc76994854370bedba2c4b0dc65336082584

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