Pocket Network
Verified contract
Proxy
Active on
Base with 3,458 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 47 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
3 additional
variables
Balances ($0.11)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETHO | ERC-20 | 10 | $0.010765 |
$0.11 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22938456 | 2 minutes ago | | | 0 | 0.0000020261124 | |
| 22937058 | an hour ago | | | 0 | 0.0000029101600 | |
| 22936479 | an hour ago | | | 0 | 0.0000010681761 | |
| 22936463 | an hour ago | | | 0 | 0.0000015723678 | |
| 22936171 | an hour ago | | | 0 | 0.0000023463640 | |
| 22934806 | 2 hours ago | | | 0 | 0.0000010144399 | |
| 22934720 | 2 hours ago | | | 0 | 0.0000010144399 | |
| 22934620 | 2 hours ago | | | 0 | 0.000000808031607670 | |
| 22928863 | 5 hours ago | | | 0 | 0.0000015021554 | |
| 22928737 | 5 hours ago | | | 0 | 0.0000015709544 |
ABI
ABI objects
Getter at block 22938497
DOMAIN_SEPARATOR() view returns (bytes32)
0x6c3db2048defe531b215db50fddab85169c674764868e3ead5e5f4fbdc3536c7
MAX_PAUSE_DURATION() view returns (uint256)
2592000
MAX_RATE_LIMIT_PER_SECOND() view returns (uint128)
25000000000
MIN_BUFFER_CAP() view returns (uint112)
1000000000
decimals() view returns (uint8)
6
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Pocket Network, version=1, chainId=8453, verifyingContract=0x764a726d9ced0433a8d7643335919deb03a9a935, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
maxPauseDuration() pure returns (uint256)
2592000
maxRateLimitPerSecond() pure returns (uint128)
25000000000
minBufferCap() pure returns (uint112)
1000000000
name() view returns (string)
Pocket Network
owner() view returns (address)
0x87da1a366ef1269ee29f25e2ce397f6f30d388b9
pauseDuration() view returns (uint128)
864000
pauseGuardian() view returns (address)
0x2e41b0177248ce7f30a209b5d9f279013f275f38
pauseStartTime() view returns (uint128)
0
pauseUsed() view returns (bool)
false
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
POKT
totalSupply() view returns (uint256)
22321144263103
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
buffer(address from) view returns (uint256)
bufferCap(address from) view returns (uint256)
burningCurrentLimitOf(address bridge) view returns (uint256 limit)
burningMaxLimitOf(address bridge) view returns (uint256 limit)
mintingCurrentLimitOf(address minter) view returns (uint256 limit)
mintingMaxLimitOf(address minter) view returns (uint256 limit)
nonces(address owner) view returns (uint256)
rateLimitPerSecond(address from) view returns (uint256)
rateLimits(address bridge) view returns (uint128 rateLimitPerSecond, uint112 bufferCap, uint32 lastBufferUsedTime, uint112 bufferStored, uint112 midPoint)
State-modifying
Events acceptOwnership()
addBridge(struct MintLimitsRateLimitMidPointInfo newBridge)
addBridges(struct MintLimitsRateLimitMidPointInfo[] newBridges)
approve(address spender, uint256 amount) returns (bool)
burn(address user, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantPauseGuardian(address newPauseGuardian)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string tokenName, string tokenSymbol, address tokenOwner, struct MintLimitsRateLimitMidPointInfo[] newRateLimits, uint128 newPauseDuration, address newPauseGuardian)
kickGuardian()
mint(address user, uint256 amount)
ownerUnpause()
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeBridge(address bridge)
removeBridges(address[] bridges)
renounceOwnership()
setBufferCap(address bridge, uint256 newBufferCap)
setPauseDuration(uint128 newPauseDuration)
setRateLimitPerSecond(address bridge, uint128 newRateLimitPerSecond)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
BridgeLimitsSet(address indexed bridge, uint256 bufferCap)
ConfigurationChanged(address indexed bridge, uint112 bufferCap, uint128 rateLimitPerSecond)
EIP712DomainChanged()
Initialized(uint8 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PauseDurationUpdated(uint256 oldPauseDuration, uint256 newPauseDuration)
PauseGuardianUpdated(address indexed oldPauseGuardian, address indexed newPauseGuardian)
PauseTimeUpdated(uint256 indexed newPauseStartTime)
Paused(address account)
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.