CSCResource
Verified contract
Active on
Ethereum with 24 txns
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 "CSCResource"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9510943 | 5 years ago | | | 0 | 0.000045322000 | |
| 8746478 | 5 years ago | | | 0 | 0.000022213000 | |
| 8618231 | 5 years ago | | | 0 | 0.00055532500 | |
| 8617674 | 5 years ago | | | 0 | 0.00093032500 | |
| 8616155 | 5 years ago | | | 0 | 0.0010642917 | |
| 8293664 | 5 years ago | | | 0 | 0.000022213000 | |
| 8246813 | 5 years ago | | | 0 | 0.00037213000 | |
| 7824319 | 5 years ago | | | 0 | 0.00064192425 | |
| 7149886 | 6 years ago | | | 0 | 0.00038515452 | |
| 7140535 | 6 years ago | | | 0 | 0.00018606500 |
ABI
ABI objects
Getter at block 21208780
DECIMALS() view returns (uint256)
0
NAME() view returns (string)
Allurum
SYMBOL() view returns (string)
CSC-AL
bankManager() view returns (address)
0x77bbe12ca1f7b98bb07293cf1ae399be51a636d6
error() view returns (bool)
false
managerPrimary() view returns (address)
0x77bbe12ca1f7b98bb07293cf1ae399be51a636d6
managerSecondary() view returns (address)
0x77bbe12ca1f7b98bb07293cf1ae399be51a636d6
paused() view returns (bool)
false
totalSupply() view returns (uint256)
480625
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
otherManagers(address) view returns (uint8)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _data) payable returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
decreaseApprovalAndCall(address _spender, uint256 _subtractedValue, bytes _data) payable returns (bool)
hasError()
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
increaseApprovalAndCall(address _spender, uint256 _addedValue, bytes _data) payable returns (bool)
mint(address _to, uint256 _amount) returns (bool)
noError()
pause()
setBanker(address _newBK)
setOtherManager(address _newOp, uint8 _state)
setPrimaryManager(address _newGM)
setSecondaryManager(address _newGM)
transfer(address _to, uint256 _value) returns (bool)
transferAndCall(address _to, uint256 _value, bytes _data) payable returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferFromAndCall(address _from, address _to, uint256 _value, bytes _data) payable returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
ContractUpgrade(address newContract)
Mint(address indexed to, uint256 amount)
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.