Proof of Ryoshi
Verified contract
Active on
Ethereum with 29 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Proof of Ryoshi"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15691157 | 2 years ago | | | 0 | 0.00078908386 | |
| 15691154 | 2 years ago | | | 0 | 0.00069766843 | |
| 15691154 | 2 years ago | | | 0 | 0.00079123710 | |
| 15691152 | 2 years ago | | | 0 | 0.0011020524 | |
| 15691148 | 2 years ago | | | 0 | 0.0013968900 | |
| 15691147 | 2 years ago | | | 0 | 0.00076472921 | |
| 15691147 | 2 years ago | | | 0 | 0.00076472921 | |
| 15691146 | 2 years ago | | | 0 | 0.00072226854 | |
| 15691138 | 2 years ago | | | 0 | 0.0016297050 | |
| 15691136 | 2 years ago | | | 0 | 0.0040044180 |
ABI
ABI objects
Getter at block 21183944
decimals() view returns (uint256)
9
name() view returns (string)
Proof of Ryoshi
symbol() view returns (string)
POYOSHI
totalSupply() view returns (uint256)
111111111000000000
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 recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, 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_, uint256 decimals_, uint256 initialBalance_, address tokenOwner_, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.