Crowns
Verified contract
Active on
Ethereum with 30,383 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,855.18)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 2.341396K | $1.001 |
$2,343.74 | |
VIB | ERC-20 | 5.772K | $0.077008 |
$444.49 | |
RDT | ERC-20 | 6.293005K | $0.010639 |
$66.95 | |
2CRZ | ERC-20 | 76.374112K | -- | -- | |
CWS | ERC-20 | 4.650046K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156823 | 13 hours ago | | | 0 | 0.00079635142 | |
| 21155373 | 18 hours ago | | | 0 | 0.00038301616 | |
| 21147372 | 2 days ago | | | 0 | 0.00019105446 | |
| 21147371 | 2 days ago | | | 0 | 0.00018892830 | |
| 21124612 | 5 days ago | | | 0 | 0.00028572599 | |
| 21123494 | 5 days ago | | | 0 | 0.00053196618 | |
| 21121131 | 6 days ago | | | 0 | 0.00019529080 | |
| 21088344 | 10 days ago | | | 0 | 0.00036665291 | |
| 21081398 | 11 days ago | | | 0 | 0.00049669194 | |
| 21067735 | 13 days ago | | | 0 | 0.00045439459 |
ABI
ABI objects
Getter at block 21160657
decimals() view returns (uint8)
18
name() pure returns (string)
Crowns
owner() view returns (address)
0xbfdadb9a06c90b6625af3c6dac0bb7f56a852886
symbol() pure returns (string)
CWS
totalPayWave() view returns (uint256)
0
totalSupply() view returns (uint256)
10000000000000000000000000
unclaimedPayWave() view returns (uint256)
0
unconfirmedPayWave() view returns (uint256)
47673000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getLastPayWave(address account) view returns (uint256)
payWaveOwing(address account) 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)
payWave() returns (bool)
renounceOwnership()
spend(uint256 amount) returns (bool)
spendFrom(address sender, uint256 amount) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayWave(uint256 spent, uint256 totalPayWave)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.