Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CSAS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21201558 | 3 hours ago | | | 0 | 0.00069626979 | |
| 21199913 | 8 hours ago | | | 0 | 0.00061790690 | |
| 21187514 | 2 days ago | | | 0 | 0.0015076087 | |
| 21161673 | 6 days ago | | | 0 | 0.00078457283 | |
| 21134344 | 9 days ago | | | 0 | 0.00049587380 | |
| 21129813 | 10 days ago | | | 0 | 0.00089160951 | |
| 21129384 | 10 days ago | | | 0 | 0.0012143202 | |
| 21118876 | 12 days ago | | | 0 | 0.00011984402 | |
| 21118357 | 12 days ago | | | 0 | 0.00030691709 | |
| 21118357 | 12 days ago | | | 0 | 0.00020632711 |
ABI
ABI objects
Getter at block 21202313
bridgeAddress() view returns (address)
0xa0dd5e3e297f6be925188bd926971ce4a564e2fa
decimals() view returns (uint8)
18
name() view returns (string)
CSAS
symbol() view returns (string)
CSAS
totalSupply() view returns (uint256)
233539169000000000000000000
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)
burn(address from, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 _amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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)
This contract contains no fallback and receive objects.
This contract contains no error objects.