Caustic Shrimp Token
Verified contract
Proxy
Active on
Ethereum with 3 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Caustic Shrimp Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11190013 | 4 years ago | | | 0 | 0.0018783232 | |
| 11188111 | 4 years ago | | | 0 | 0.0015799000 | |
| 11188105 | 4 years ago | | | 0 | 0.0024313450 |
ABI
ABI objects
Getter at block 21184535
BASE() view returns (uint256)
1000000000000000000
BASE_COMMUNITY_FEE_PERCENTAGE() view returns (uint256)
1000000000000000
BASE_MARKET_FEE_PERCENTAGE() view returns (uint256)
1000000000000000
blob() view returns (string)
cap() view returns (uint256)
1000000000000000000000
decimals() view returns (uint8)
18
isInitialized() view returns (bool)
true
minter() view returns (address)
0xa98b0c9c25e0d01c9b4921a83ba4b7a118164776
name() view returns (string)
Caustic Shrimp Token
symbol() view returns (string)
CAUSHR-53
totalSupply() view returns (uint256)
30000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateFee(uint256 amount, uint256 feePercentage) pure returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveMinter()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
finishOrder(bytes32 orderTxId, address consumer, uint256 amount, uint256 serviceId)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name, string symbol, address minterAddress, uint256 cap, string blob, address feeCollector) returns (bool)
mint(address account, uint256 value)
proposeMinter(address newMinter)
startOrder(address consumer, uint256 amount, uint256 serviceId, address mrktFeeCollector)
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)
MinterApproved(address currentMinter, address newMinter)
MinterProposed(address currentMinter, address newMinter)
OrderFinished(bytes32 orderTxId, address indexed consumer, uint256 amount, uint256 serviceId, address indexed provider, uint256 timestamp)
OrderStarted(address indexed consumer, address indexed payer, uint256 amount, uint256 serviceId, uint256 timestamp, address indexed mrktFeeCollector, uint256 marketFee)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.