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 "Catalytic"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18884123 | a year ago | | | 0 | 0.0024404457 | |
| 18875532 | a year ago | | | 0 | 0.00046444780 | |
| 18875531 | a year ago | | | 0 | 0.00082033142 | |
| 18874586 | a year ago | | | 0 | 0.00061457729 | |
| 18872039 | a year ago | | | 0 | 0.00096050544 | |
| 18872019 | a year ago | | | 0 | 0.00098324045 | |
| 18870924 | a year ago | | | 0 | 0.0014567876 | |
| 18870916 | a year ago | | | 0 | 0.0013732905 | |
| 18870894 | a year ago | | | 0 | 0.0014294891 | |
| 18870893 | a year ago | | | 0 | 0.0018280107 |
ABI
ABI objects
Getter at block 21269414
decimals() view returns (uint8)
18
name() view returns (string)
Catalytic
owner() view returns (address)
0xca9ee5da9497e007bb9cc8fc30745971a8cf8d4b
symbol() view returns (string)
CTLY
totalSupply() view returns (uint256)
1000000000000000000000000000
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)
approveMultiple(address[] spenders, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setObserver(address observer)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, 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.