Realio Network

Verified contract

Active on Ethereum with 3,774 txns
Deployed by via 0x1c48afe2 at 21072911
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $332.01
ERC-20
--
0x9d1682c91f18ae7dd5aad5654987a65fe8ae00e37950e05891d851386dcb6013
0xf2bca47456ce30eef287bde87624c7b43b3f46bb908349692e7f8af95bd241a4
0x9f0045cd824e69ea35ba0276a24867cfa7dc8cb253fca58f08434587109e3100
0x2604e33835e56e851f2838cffe31e25169d0ce13ecf8593d08c3f5bff5edfc83
0xaa4554512dabfd54ff10f0947508127a2b8ecd6d45114251b6cb325ac3af5b5d
0x619f631e0cd2576e89fa7ddab511de29d665bf086a42a764ebc9ada48c955aee
0x7809203f165ac8397d1ee199cab58d3926712923bb4a6b7e9f2498e864e7f340
0xa4e763f062c891f22c40134ac1d0635ecbfbd7772bb7eaf89c5d3a0ede23a7b1
0xbcfa637af8b7e8c71acf5be4520b23abb68b5cb48417ec13d682475f2f18c326
0x2157bf504c2b95fe767228048633885703b4c954f6d1c28520ded50552e936a8

Functions
Getter at block 21243930
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_SUPPLY(view returns (uint256)
175000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
dailyMintCap(view returns (uint256)
175000000000000000000000000
dailyMintCapUpdateTimestamp(view returns (uint256)
1730242523
decimals(view returns (uint8)
18
lastMintTimestamp(view returns (uint256)
1732234859
mintedToday(view returns (uint256)
67583700000000000000000
name(view returns (string)
Realio Network
pendingDailyMintCap(view returns (uint256)
0
symbol(view returns (string)
RIO
totalSupply(view returns (uint256)
58883849065179801751694320
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
batchMint(address[] recipientsuint256[] amounts
bridgeOut(address accountuint256 amount
burn(uint256 value
burnFrom(address accountuint256 value
grantRole(bytes32 roleaddress account
mint(address recipientuint256 amount
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
updateDailyMintCap(uint256 newCap
Events
Approval(address indexed owneraddress indexed spenderuint256 value
BridgedOut(address arg0uint256 arg1
DailyCapUpdated(uint256 arg0
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address defaultAdminaddress minter
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender