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 |
---|---|---|---|---|---|
CAB | ERC-20 | 299 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12632088 | 3 years ago | | | 0 | 0.00078887430 | |
| 9666395 | 5 years ago | | | 0 | 0.0018864503 | |
| 9033773 | 5 years ago | | | 0 | 0.00031329600 | |
| 9033367 | 5 years ago | | | 0 | 0.00057367200 | |
| 9030591 | 5 years ago | | | 0 | 0.00042712159 | |
| 9028112 | 5 years ago | | | 0 | 0.00033585888 | |
| 9026414 | 5 years ago | | | 0 | 0.00032334240 | |
| 9019601 | 5 years ago | | | 0 | 0.00022214400 | |
| 9015743 | 5 years ago | | | 0 | 0.00031252800 | |
| 9014154 | 5 years ago | | | 0 | 0.00046810192 |
ABI
ABI objects
Getter at block 21312319
INITIAL_SUPPLY() view returns (uint256)
999000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
CABox
owner() view returns (address)
0x0570a6edfbcff6b89f848a2ca7f81b3c3ec72d05
symbol() view returns (string)
CAB
totalSupply() view returns (uint256)
999000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.