Coinweb
Verified contract
Active on
Ethereum with 32,289 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7,751.71)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CWEB | ERC-20 | 1.617079M | $0.004794 |
$7,751.71 | |
USDT | ERC-20 | 50 | -- | -- | |
VANS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157606 | an hour ago | | | 0 | 0.00077330487 | |
| 21157415 | 2 hours ago | | | 0 | 0.00065517308 | |
| 21157362 | 2 hours ago | | | 0 | 0.00062511420 | |
| 21156578 | 5 hours ago | | | 0 | 0.00076209022 | |
| 21156103 | 6 hours ago | | | 0 | 0.00069668321 | |
| 21156098 | 6 hours ago | | | 0 | 0.00059767550 | |
| 21156080 | 6 hours ago | | | 0 | 0.00068672741 | |
| 21156080 | 6 hours ago | | | 0 | 0.00075503819 | |
| 21156080 | 6 hours ago | | | 0 | 0.00090695501 | |
| 21156080 | 6 hours ago | | | 0 | 0.00066828631 |
ABI
ABI objects
Getter at block 21158005
decimals() pure returns (uint8)
18
defaultOperators() view returns (address[])
[]
granularity() view returns (uint256)
1
name() view returns (string)
Coinweb
symbol() view returns (string)
CWEB
totalSupply() view returns (uint256)
7614142986414409999982229948
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address tokenHolder) view returns (uint256)
isOperatorFor(address operator, address tokenHolder) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
authorizeOperator(address operator)
burn(uint256 amount, bytes data)
operatorBurn(address account, uint256 amount, bytes data, bytes operatorData)
operatorSend(address sender, address recipient, uint256 amount, bytes data, bytes operatorData)
revokeOperator(address operator)
send(address recipient, uint256 amount, bytes data)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address holder, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizedOperator(address indexed operator, address indexed tokenHolder)
Burned(address indexed operator, address indexed from, uint256 amount, bytes data, bytes operatorData)
Deployed(address releaser)
Minted(address indexed operator, address indexed to, uint256 amount, bytes data, bytes operatorData)
RevokedOperator(address indexed operator, address indexed tokenHolder)
Sent(address indexed operator, address indexed from, address indexed to, uint256 amount, bytes data, bytes operatorData)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.