Rids Coin
Verified contract
Active on
Ethereum with 799 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 "Rids Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11239949 | 4 years ago | | | 0 | 0.0010371467 | |
| 11236794 | 4 years ago | | | 0 | 0.0038794035 | |
| 11236740 | 4 years ago | | | 0 | 0.0037606463 | |
| 11236695 | 4 years ago | | | 0 | 0.0023751450 | |
| 11236624 | 4 years ago | | | 0 | 0.0030876885 | |
| 11236571 | 4 years ago | | | 0 | 0.0032460315 | |
| 11236517 | 4 years ago | | | 0 | 0.0034043745 | |
| 11236487 | 4 years ago | | | 0 | 0.0026126595 | |
| 11236432 | 4 years ago | | | 0 | 0.0028501740 | |
| 11236348 | 4 years ago | | | 0 | 0.00095005812 |
ABI
ABI objects
Getter at block 21322184
_totalSupply() view returns (uint256)
600000000000000000000000000
decimals() view returns (uint256)
18
name() view returns (string)
Rids Coin
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x7a77053cefa77c70c657534fabdb4c061a95b411
symbol() view returns (string)
RDS
totalSupply() view returns (uint256)
600000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
getScript(uint256 id) view returns (string)
isContract(address _addr) view returns (bool)
safeAdd(uint256 a, uint256 b) pure returns (uint256 c)
safeDiv(uint256 a, uint256 b) pure returns (uint256 c)
safeMul(uint256 a, uint256 b) pure returns (uint256 c)
safeSub(uint256 a, uint256 b) pure returns (uint256 c)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
destruct()
setScript(uint256 id, string url)
transfer(address to, uint256 tokens) returns (bool success)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor(string _symbol, string _name, uint256 _decimals, uint256 totalSupply)
fallback()
This contract contains no error objects.