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 "RNS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21163619 | 7 days ago | | | 0 | 0.00073196235 | |
| 21157580 | 8 days ago | | | 0 | 0.0010342636 | |
| 21130495 | 12 days ago | | | 0 | 0.00075402900 | |
| 21101552 | 16 days ago | | | 0 | 0.00057835105 | |
| 21096310 | 17 days ago | | | 0 | 0.00029307490 | |
| 21059062 | 22 days ago | | | 0 | 0.00030622872 | |
| 21044562 | 24 days ago | | | 0 | 0.00042632095 | |
| 21034338 | 25 days ago | | | 0 | 0.00046472762 | |
| 21034227 | 25 days ago | | | 0 | 0.00047747541 | |
| 21032221 | a month ago | | | 0 | 0.00041385409 |
ABI
ABI objects
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 owner, address spender) view returns (uint256 result)
balanceOf(address owner) view returns (uint256 result)
nonces(address owner) view returns (uint256 result)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 difference) returns (bool)
increaseAllowance(address spender, uint256 difference) returns (bool)
initialize()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
toggleWhitelist(address target, bool toggle)
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 amount)
Initialized()
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
Whitelisted(address indexed target, bool toggle)
constructor(uint256 _totalSuply, address _owner)
This contract contains no fallback and receive objects.
AllowanceOverflow()
AllowanceUnderflow()
InsufficientAllowance()
InsufficientBalance()
InvalidPermit()
Not_Initialized()
PermitExpired()
TotalSupplyOverflow()