PathHiveNetwork
Verified contract
Implementation
Active on
Ethereum with 0 txns
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 5 additional slots
Balances ($0.00)
No balances found for "PathHiveNetwork"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "PathHiveNetwork"
ABI
ABI objects
Getter at block 21165971
getAdministerList() view returns (address[])
[]
getFrozenAccountList() view returns (address[])
[]
getPauserList() view returns (address[])
[]
owner() view returns (address)
0x26e55e140946a13f2fa15d9a8ffb93038686e963
paused() view returns (bool)
false
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
isAdminister(address account) view returns (bool)
isFrozenAccount(address who) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addAdminister(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(address to, uint256 amount) returns (bool)
decreaseApproval(address spender, uint256 subtractedValue) returns (bool)
freezeAccount(address target, bool freeze)
increaseApproval(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount) returns (bool)
pause()
removeAdminister(address account)
removePauser(address account)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unpause()
AdministerAdded(address indexed account)
AdministerRemoved(address indexed account)
Approval(address indexed tokenOwner, address indexed spender, uint256 value)
FrozenAccount(address target, bool frozen)
Paused()
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 amount)
UnFrozenAccount(address target, bool frozen)
UnPaused()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.