Raini Studios Token
Verified contract
Active on
Ethereum with 3,686 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5,742.14)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 4.99K | $1.001 |
$4,994.99 | |
RST | ERC-20 | 90.671009K | $0.00824 |
$747.15 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21248011 | an hour ago | | | 0 | 0.00073818922 | |
| 21247727 | 2 hours ago | | | 0 | 0.00058916194 | |
| 21247679 | 2 hours ago | | | 0 | 0.00052331400 | |
| 21245731 | 9 hours ago | | | 0 | 0.00055557353 | |
| 21245496 | 9 hours ago | | | 0 | 0.00059650092 | |
| 21244113 | 14 hours ago | | | 0 | 0.00077096611 | |
| 21243748 | 15 hours ago | | | 0 | 0.00088935606 | |
| 21241006 | a day ago | | | 0 | 0.00057826546 | |
| 21239878 | a day ago | | | 0 | 0.00053017866 | |
| 21239700 | a day ago | | | 0 | 0.00058487106 |
ABI
ABI objects
Getter at block 21248289
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FEE_TO_ROLE() view returns (bytes32)
0xd3f03a223932b7f6c407724f9b34d6b16f0040c932dd15669c080cbb9085913d
MAX_FEE() view returns (uint256)
200
NO_FEE_FROM_ROLE() view returns (bytes32)
0x7ca9387b4a5cfb9e2e05e57601678178d38e4f8f11f0c531827779b06f8646af
decimals() view returns (uint8)
18
name() view returns (string)
Raini Studios Token
owner() view returns (address)
0x8f99f18e49dd1cccfefdef0d3d098f510dccbeb7
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
RST
totalSupply() view returns (uint256)
1000000000000000000000000000
transferFeeBasisPoints() view returns (uint256)
100
treasury() view returns (address)
0x6d3087c03b12cea61a52827a38afa6e7ca3b865c
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setTransferFeeBasisPoints(uint256 _transferFeeBasisPoints)
setTreasury(address _treasury)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.