Realis Worlds

Verified contract

Active on Base with 106 txns
Deployed by via 0xb91ce4ac at 23804753
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Realis Worlds"

0x925a9e5ff3564eff60f496803b583e02c6f1c4d8a52f0eb3499260475293cc72
0xbdd341d75a93210ca2c5713149957ff8375e7f9b86829afebd6605b8764a3327
0xca87da65510b99ec29bd44f03dd4df29baf07392e331f3230f9a1d912bd1c6db
0xe4b595aff7137e490c7675d02d6db4ba858304331dc0437f39c4aae8867e512c
0x135c1ebad0cd3688935808a8f1099de7a89238218af98f3d9425d51e14beda54
0xd36f82401a476704a623ca6a834d405db26b9d8b96f3320287bf165082ffd1c0
0x8496df392b94b40914c0ac666d0cd602c66e0e9e9fcd864109c9c152a61448a0
0xc3c80a59bf8c44e2795831d66cbfbcb2787718e614dc6ec9fd9c12875eda2b49
0xb128131274eb22e7e85e54b1df3b2efdfefd706641aa95273f746f9e32c4aa4d
0x352aa13c62514a53b91b6f7c510d54d1fdf5b01978b857fd0066449f74c23bf0

Functions
Getter at block 23812185
decimals(view returns (uint8)
18
name(view returns (string)
Realis Worlds
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
REALIS
totalSupply(view returns (uint256)
395000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
checkPermit(address owneraddress spenderuint256 valuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint256 initialSupply_uint256 maxSupply_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account