CowProtocolToken
Verified contract
Active on
Ethereum with 19,618 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
COW | ERC-20 | 60.566845K | $0.346603 |
$20,992.65 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245014 | 9 minutes ago | | | 0 | 0.00036293128 | |
| 21244926 | 27 minutes ago | | | 0 | 0.00045935606 | |
| 21244621 | an hour ago | | | 0 | 0.00044442755 | |
| 21244518 | 2 hours ago | | | 0 | 0.00077744774 | |
| 21244353 | 2 hours ago | | | 0 | 0.00045612292 | |
| 21244341 | 2 hours ago | | | 0 | 0.00091193998 | |
| 21244313 | 3 hours ago | | | 0 | 0.00094078128 | |
| 21244280 | 3 hours ago | | | 0 | 0.00070558494 | |
| 21244237 | 3 hours ago | | | 0 | 0.00048585720 | |
| 21244202 | 3 hours ago | | | 0 | 0.00078876084 |
ABI
ABI objects
Getter at block 21245059
DOMAIN_SEPARATOR() view returns (bytes32)
0x82b58cb6c4763c2e16f6ab9b7f31298f8c336f40e20275bee4874eaef35b26a7
MAX_YEARLY_INFLATION() view returns (uint256)
3
TIME_BETWEEN_MINTINGS() view returns (uint256)
31536000
cowDao() view returns (address)
0xca771eda0c70aa7d053ab1b25004559b918fe662
decimals() view returns (uint8)
18
name() view returns (string)
CoW Protocol Token
symbol() view returns (string)
COW
timestampLastMinting() view returns (uint256)
1644608664
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getStorageAt(uint256 offset, uint256 length) view returns (bytes)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address target, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
simulateDelegatecall(address targetContract, bytes calldataPayload) returns (bytes response)
simulateDelegatecallInternal(address targetContract, bytes calldataPayload) returns (bytes response)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address initialTokenHolder, address cowDao, uint256 totalSupply)
This contract contains no fallback and receive objects.
AlreadyInflated()
ExceedingMintCap()
OnlyCowDao()