RNS

Verified contract

Active on Ethereum
Deployed by via 0x444bfe42 at 17788512
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "RNS"

0xa42f2d7b59f32a197c03935596b3533f1cbc7638166c0f70ca711e22d7bc1c18
0x83bcfa2e48368978f0baa342da6298da0b57428175a788c312d47e77128d2c3c
0x2fff6967c541146cb69fe7cc7a813b62f291c0bf24b0af9408d9ddc86aa9a21b
0xd6c91a20c9620ca5581c2e23c510ab13a57968d121dd8860a6a8815f71232322
0x5d79f6e6869ea44f24ae5daf867a1ba6ecafea0cd52e2c94c8b8b2041efb1ffb
0xfe491d1c797aef18dbed775a5a4b130fb14a87ee355f032177313224e7f9bf3b
0x0d379345b21fce62a4b1ae388c51a08b3aa720f37431987ffe99009bd2eaa65c
0x58162dca2c1e7f0cbd112055852096f9132a903c56d67f8c627c995cfdf2244d
0x03c8e4fb0513e48198eb0698e9ecb5124f4dac40293e53cd7662fa9c96d7cf21
0xe68e113fb720968c71af35ec5ebf2baa67fe2ebf33f41b0b45d771f99217d732

Functions
Getter at block 21215658
DOMAIN_SEPARATOR(view returns (bytes32 result)
0x8133912ce2e983ae46c48d7077096d82b74e17c438cd75624d4c394add668ffe
decimals(view returns (uint8)
18
initialized(view returns (bool)
true
name(pure returns (string)
RNS
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(pure returns (string)
RNS
totalSupply(view returns (uint256 result)
777000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256 result)
balanceOf(address ownerview returns (uint256 result)
nonces(address ownerview returns (uint256 result)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 differencereturns (bool)
increaseAllowance(address spenderuint256 differencereturns (bool)
initialize(
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
toggleWhitelist(address targetbool toggle
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
Initialized(
OwnershipTransferred(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 amount
Whitelisted(address indexed targetbool toggle
Constructor
constructor(uint256 _totalSuplyaddress _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AllowanceOverflow(
AllowanceUnderflow(
InsufficientAllowance(
InsufficientBalance(
InvalidPermit(
Not_Initialized(
PermitExpired(
TotalSupplyOverflow(