PathHiveNetwork

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xa3eb1dfb at 7040453
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots

No balances found for "PathHiveNetwork"

No transactions found for "PathHiveNetwork"


Functions
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 owneraddress spenderview returns (uint256)
balanceOf(address whoview returns (uint256)
isAdminister(address accountview returns (bool)
isFrozenAccount(address whoview returns (bool)
isPauser(address accountview returns (bool)
State-modifying
addAdminister(address account
addPauser(address account
approve(address spenderuint256 valuereturns (bool)
burn(address touint256 amountreturns (bool)
decreaseApproval(address spenderuint256 subtractedValuereturns (bool)
freezeAccount(address targetbool freeze
increaseApproval(address spenderuint256 addedValuereturns (bool)
mint(address touint256 amountreturns (bool)
pause(
removeAdminister(address account
removePauser(address account
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
unpause(
Events
AdministerAdded(address indexed account
AdministerRemoved(address indexed account
Approval(address indexed tokenOwneraddress indexed spenderuint256 value
FrozenAccount(address targetbool frozen
Paused(
PauserAdded(address indexed account
PauserRemoved(address indexed account
Transfer(address indexed fromaddress indexed touint256 amount
UnFrozenAccount(address targetbool frozen
UnPaused(
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.