Sumerian ETH
Unverified contract
Proxy
Active on
Ethereum with 25 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
5 additional
variables
Balances ($0.00)
No balances found for "Sumerian ETH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18973496 | 10 months ago | | | 0 | 0.00065066467 | |
| 18973495 | 10 months ago | | | 0 | 0.00066000569 | |
| 18973493 | 10 months ago | | | 0 | 0.00066433103 | |
| 18973371 | 10 months ago | | | 0 | 0.00083352513 | |
| 18966968 | 10 months ago | | | 0 | 0.00046765678 | |
| 18964859 | 10 months ago | | | 0 | 0.0010049143 | |
| 18964264 | 10 months ago | | | 0 | 0.0011178614 | |
| 18964263 | 10 months ago | | | 0 | 0.0011156482 | |
| 18960428 | 10 months ago | | | 0 | 0.00054406326 | |
| 18960421 | 10 months ago | | | 0 | 0.00057551119 |
ABI
ABI objects
Getter at block 21200629
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
cap() view returns (uint256)
0
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=PermitToken, version=1.0, chainId=1, verifyingContract=0x1c22531aa9747d76fff8f0a43b37954ca67d28e0, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
implementation() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Sumerian ETH
paused() view returns (bool)
false
symbol() view returns (string)
suETH
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getBlackList(address account) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
nonces(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name, string symbol, uint256 initialSupply, address admin)
mint(address to, uint256 amount)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, bytes signature)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setBlackList(address account)
setCap(uint256 cap_)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.