Caspian Token
Verified contract
Active on
Ethereum with 17,813 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TIGHT | ERC-20 | 100K | -- | -- | |
CSP | ERC-20 | 1K | -- | -- | |
CSP | ERC-20 | 10.0444 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20770181 | 2 months ago | | | 0 | 0.00016144124 | |
| 20742312 | 2 months ago | | | 0 | 0.00020886253 | |
| 20453288 | 3 months ago | | | 0 | 0.000049382000 | |
| 20453213 | 3 months ago | | | 0 | 0.000049370000 | |
| 19417572 | 8 months ago | | | 0 | 0.0023205000 | |
| 19349271 | 8 months ago | | | 0 | 0.0028492364 | |
| 18922826 | 10 months ago | | | 0 | 0.00065945072 | |
| 18922799 | 10 months ago | | | 0 | 0.00064038859 | |
| 18860172 | a year ago | | | 0 | 0.00069665647 | |
| 16979658 | 2 years ago | | | 0 | 0.0014652272 |
ABI
ABI objects
Getter at block 21159888
DECIMALSFACTOR() view returns (uint256)
1000000000000000000
TOKEN_DECIMALS() view returns (uint8)
18
TOKEN_NAME() view returns (string)
Caspian Token
TOKEN_SYMBOL() view returns (string)
CSP
TOKEN_TOTALSUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
finalized() view returns (bool)
true
name() view returns (string)
Caspian Token
opsAddress() view returns (address)
0x77799634aa4dd3e93e64c0a1322ff55b8d6237d7
owner() view returns (address)
0x9f04765f6977ad055c9e1e4cba8179f981ab6014
proposedOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
CSP
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
isOps(address _address) view returns (bool)
isOwner(address _address) view returns (bool)
isOwnerOrOps(address _address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
completeOwnershipTransfer() returns (bool)
finalize() returns (bool)
initiateOwnershipTransfer(address _proposedOwner) returns (bool)
reclaimTokens() returns (bool)
setOpsAddress(address _newOpsAddress) returns (bool)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Finalized()
OpsAddressUpdated(address indexed _newAddress)
OwnershipTransferCompleted(address indexed _newOwner)
OwnershipTransferInitiated(address indexed _proposedOwner)
TokensReclaimed(uint256 _amount)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.