Community of SocialRemit Token
Verified contract
Active on
Ethereum with 1,788 txns
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 |
---|---|---|---|---|---|
CSR | ERC-20 | 17.1K | -- | -- | |
ERC-20 | 11.111K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9067171 | 5 years ago | | | 0 | 0.000037245000 | |
| 8745995 | 5 years ago | | | 0 | 0.000071158563 | |
| 8598897 | 5 years ago | | | 0 | 0.0021181830 | |
| 8305322 | 5 years ago | | | 0 | 0.000053077951 | |
| 8260099 | 5 years ago | | | 0 | 0.00017628960 | |
| 8248677 | 5 years ago | | | 0 | 0.00036727000 | |
| 8003723 | 5 years ago | | | 0 | 0.00021727000 | |
| 7981452 | 5 years ago | | | 0 | 0.00010320325 | |
| 7973640 | 5 years ago | | | 0 | 0.00034865600 | |
| 7961165 | 5 years ago | | | 0 | 0.000093292719 |
ABI
ABI objects
Getter at block 21309793
decimals() view returns (uint8)
6
name() view returns (string)
Community of SocialRemit Token
owner() view returns (address)
0xaaac283d08858b60b942dbfef926d485cf58a6f9
symbol() view returns (string)
CSR
totalSupply() view returns (uint256)
20000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
multisend(address[] dests, uint256[] values) returns (uint256)
renounceOwnership()
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)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string paramName, string paramDymbol, uint8 paramDecimals, uint256 paramInitialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.