Rakugo Seed Token
Verified contract
Active on
Ethereum with 8 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 "Rakugo Seed Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
0x | 5528186 | 7 years ago | | | 0 | 0.000042086000 | |
| 5185732 | 7 years ago | | | 0 | 0.00060112500 | |
| 5185725 | 7 years ago | | | 0 | 0.00046540000 | |
| 4533507 | 7 years ago | | | 0 | 0.0014427000 | |
| 4291638 | 7 years ago | | | 0 | 0.00040000000 | |
| 4237081 | 7 years ago | | | 0 | 0.0052500000 | |
| 4237074 | 7 years ago | | | 0 | 0.0060000000 | |
| 4200480 | 7 years ago | | | 0 | 0.0042000000 |
ABI
ABI objects
Getter at block 21192711
decimals() pure returns (uint8)
18
mintingFinished() pure returns (bool)
false
name() pure returns (string)
Rakugo Seed Token
owner() pure returns (address)
0x7a134ef9a957f2a8af3bd4a4cad2dbc6a0de7f8a
symbol() pure returns (string)
RKT
totalSupply() pure returns (uint256)
17640456426256240000000000
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
transferableTokens(address holder, uint64 time) pure returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
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)
Burn(address indexed burner, uint256 indexed value)
Mint(address indexed to, uint256 amount)
MintFinished()
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.