Ryoshis Serpent
Verified contract
Active on
Ethereum with 415 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Ryoshis Serpent"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17161648 | 2 years ago | | | 0 | 0.0010806138 | |
| 16490183 | 2 years ago | | | 0 | 0.00071013865 | |
| 16463199 | 2 years ago | | | 0 | 0.00050032412 | |
| 16328275 | 2 years ago | | | 0 | 0.00082833964 | |
| 16200773 | 2 years ago | | | 0 | 0.00074344055 | |
| 16177480 | 2 years ago | | | 0 | 0.0012388458 | |
| 16047985 | 2 years ago | | | 0 | 0.00034645938 | |
| 15956342 | 2 years ago | | | 0 | 0.00029269034 | |
| 15914695 | 2 years ago | | | 0 | 0.00059747861 | |
| 15703612 | 2 years ago | | | 0 | 0.00027576101 |
ABI
ABI objects
Getter at block 21159339
_decimals() view returns (uint8)
9
decimals() view returns (uint8)
9
name() view returns (string)
Ryoshis Serpent
symbol() view returns (string)
SERPENT
totalSupply() view returns (uint256)
333333333333333000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
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, uint8 DECIMALS, uint256 TOTAL_SUPPLY)
This contract contains no fallback and receive objects.
This contract contains no error objects.