RLoyalToken
Verified contract
Active on
Ethereum with 148 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 "RLoyalToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16880436 | 2 years ago | | | 0 | 0.00040426975 | |
| 15401669 | 2 years ago | | | 0 | 0.00022805519 | |
| 11460022 | 4 years ago | | | 0 | 0.0018234054 | |
| 11454229 | 4 years ago | | | 0 | 0.00075063000 | |
| 11452127 | 4 years ago | | | 0 | 0.0014610500 | |
| 11446884 | 4 years ago | | | 0 | 0.0024770480 | |
| 11446875 | 4 years ago | | | 0 | 0.0021056767 | |
| 11446875 | 4 years ago | | | 0 | 0.0017604480 | |
| 11446868 | 4 years ago | | | 0 | 0.0036172500 | |
| 11446856 | 4 years ago | | | 0 | 0.0035396040 |
ABI
ABI objects
Getter at block 21198907
decimals() view returns (uint8)
18
initialSupply() view returns (uint256)
0
name() view returns (string)
RLoyalToken
owner() view returns (address)
0xa0e242fc039bd87f6250749288eec0b6d9164ae4
symbol() view returns (string)
RLYL
totalSupply() view returns (uint256)
254236050192690000000
totalXmint() view returns (uint256)
18280000000000000000000
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)
burn(address _account, uint256 _amount)
burnX(address _account, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
mintX(address _to, uint256 _amount)
refillPoolX(uint256 _amount)
refillPoolY(uint256 _amount)
renounceOwnership()
setAddresses(address X, address Px, address Py)
setPoolXAddresses(address X)
setPoolYAddresses(address X, address Y)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transferX(address _to, uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.