Presearch
Verified contract
Proxy
Active on
Ethereum with 97,844 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
4 additional
variables
Balances ($939.27)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PRE | ERC-20 | 76.082807K | $0.012189 |
$927.35 | |
HEX | ERC-20 | 3.846515K | $0.0031 |
$11.92 | |
APU | ERC-20 | 1 | $0.000939 |
$0 | |
PRE | ERC-20 | 500 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244428 | 32 minutes ago | | | 0 | 0.00082141964 | |
| 21244426 | 32 minutes ago | | | 0 | 0.00079441337 | |
| 21243998 | 2 hours ago | | | 0 | 0.00064699535 | |
| 21243919 | 2 hours ago | | | 0 | 0.00095798516 | |
| 21243906 | 2 hours ago | | | 0 | 0.00073924967 | |
| 21243205 | 5 hours ago | | | 0 | 0.00059437240 | |
| 21243159 | 5 hours ago | | | 0 | 0.0012874733 | |
| 21242928 | 6 hours ago | | | 0 | 0.00056796717 | |
| 21242415 | 7 hours ago | | | 0 | 0.00049860804 | |
| 21242325 | 8 hours ago | | | 0 | 0.00042570765 |
ABI
ABI objects
Getter at block 21244583
CANCEL_AUTHORIZATION_TYPEHASH() view returns (bytes32)
0x158b0a9edf7a828aad02f63cd515c68ef2f50ba807396f6d12842833a1597429
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
RECEIVE_WITH_AUTHORIZATION_TYPEHASH() view returns (bytes32)
0xd099cc98ef71107a616c4f0f941f04c322d8e254fe26b3c6668db87aae413de8
TRANSFER_AUTHORIZER_ROLE() view returns (bytes32)
0x0145ec83de98ec9ff3906ce497599ec4cc735cb31fdfcf0cae278829ca569d00
TRANSFER_WITH_AUTHORIZATION_TYPEHASH() view returns (bytes32)
0x7c7c6cdb67a18743f49ec6fa9b35f50d52ed05cbed4cc592e13b44501c1a2267
decimals() view returns (uint8)
18
getDomainSeparator() view returns (bytes32)
0xbfd1eb25f3592196e1701504cd3ad221e1e3fd5a09b0dd265c9307c49f1f3a7e
name() view returns (string)
Presearch
paused() view returns (bool)
false
symbol() view returns (string)
PRE
totalSupply() view returns (uint256)
800000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
authorizationState(address authorizer, bytes32 nonce) view returns (bool)
balanceOf(address account) view returns (uint256)
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)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
cancelAuthorization(address authorizer, bytes32 nonce, uint8 v, bytes32 r, bytes32 s)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
initialize(string name, string symbol)
mint(address to, uint256 amount)
pause()
receiveWithAuthorization(address from, address to, uint256 value, uint256 validAfter, uint256 validBefore, bytes32 nonce, uint8 v, bytes32 r, bytes32 s)
recover()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address recipient, uint256 amount) returns (bool)
transferBatch(address[] recipients, uint256[] amounts) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferWithAuthorization(address from, address to, uint256 value, uint256 validAfter, uint256 validBefore, bytes32 nonce, uint8 v, bytes32 r, bytes32 s)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizationCanceled(address indexed authorizer, bytes32 indexed nonce)
AuthorizationUsed(address indexed authorizer, bytes32 indexed nonce)
Paused(address account)
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.