Castello Coin
Verified contract
Active on
Ethereum with 3,271 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 |
---|---|---|---|---|---|
CAST | ERC-20 | 12.689536K | $0.011507 |
$146.02 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21285884 | 4 hours ago | | | 0 | 0.00030788105 | |
| 21285037 | 7 hours ago | | | 0 | 0.00026145164 | |
| 21284939 | 7 hours ago | | | 0 | 0.00048722829 | |
| 21284610 | 8 hours ago | | | 0 | 0.00027472399 | |
| 21284610 | 8 hours ago | | | 0 | 0.00027483558 | |
| 21282135 | 17 hours ago | | | 0 | 0.00079416177 | |
| 21282118 | 17 hours ago | | | 0 | 0.00060978796 | |
| 21282113 | 17 hours ago | | | 0 | 0.00088916492 | |
| 21281971 | 17 hours ago | | | 0 | 0.00060699448 | |
| 21280110 | a day ago | | | 0 | 0.0012683641 |
ABI
ABI objects
Getter at block 21287045
decimals() view returns (uint8)
8
name() view returns (string)
Castello Coin
symbol() view returns (string)
CAST
totalSupply() view returns (uint256)
44000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(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)
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(string _name, string _symbol, uint256 _initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.