The Nemesis
Verified contract
Proxy
Active on
Ethereum with 2,270 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
5 additional
variables
Balances ($2.59)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NEMS | ERC-20 | 147.659266 | $0.017562 |
$2.59 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21194891 | 11 hours ago | | | 0 | 0.0012677790 | |
| 21191091 | a day ago | | | 0 | 0.00088136887 | |
| 21191088 | a day ago | | | 0 | 0.00076443301 | |
| 21186841 | 2 days ago | | | 0 | 0.0019147529 | |
| 21186801 | 2 days ago | | | 0 | 0.0017545621 | |
| 21181520 | 2 days ago | | | 0 | 0.0027890399 | |
| 21181064 | 2 days ago | | | 0 | 0.0055650853 | |
| 21178984 | 3 days ago | | | 0 | 0.0019704641 | |
| 21178954 | 3 days ago | | | 0 | 0.0016778479 | |
| 21167213 | 4 days ago | | | 0 | 0.0030247981 |
ABI
ABI objects
Getter at block 21198087
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x2b83075a4a65b45821134a608e103d3dd170eabb70c33b89f5d9c3e43ce089bd
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
SAFE() view returns (address)
0x78b4d41de8235053bd1b602ca30c1346f4f922de
decimals() view returns (uint8)
18
name() view returns (string)
The Nemesis
paused() view returns (bool)
false
symbol() view returns (string)
NEMS
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesUpgradeableCheckpoint)
delegates(address account) view returns (address)
getPastTotalSupply(uint256 blockNumber) view returns (uint256)
getPastVotes(address account, uint256 blockNumber) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getVotes(address account) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events admin() payable returns (address admin_)
changeAdmin(address newAdmin) payable
implementation() payable returns (address implementation_)
upgradeTo(address newImplementation) payable
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
Initialized(uint8 version)
Paused(address account)
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)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.