Infinex Governance Points

Verified contract

Proxy

Active on Base with 3,175 txns
Deployed by via 0xbd697d5b at 14267611
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000
ERC-20
Value $0
0x2b8775e06eeebbb070418d5c3122434e86d652a6f501a611ccaa06829b53cab0
0xea9a9aff87531c58ec3ec810088b0cffbc877b4d55a4a6a8cc5fb1691e1fc4cc
0x4959fc826c0148d30caac657a44246b6ef6a8dbebc5c7403cc6bbcba4c38ffdc
0xe7992dbf1f13848d30d796a7d1e1be16c7cf2c1f962077b9e9fa24caaedbb1f5
0xfab12fbaade2c051f9ea6e84eff9a9f75d7aebcd7962574ebdcee37248b0e447
0xeb1be63159f4f93cd26967dd5b19b4dac295cc06ae76940b5cf042f4790ab13e
0x8239bfcdd37cf5ec01d5a07d6741f599829827b6062bb1c1f56c970f9002978c
0x67a988618dd8135a2c947de84b4bcd8085e2659361781fabf733c92d8308f86e
0x8f0a5a26dbefe5b2f9da92f0b4300746c3c3a12c2448504ba9b8ae742b5f4dc5
0xce0cc8b3aa63cd227ddf9acc76cf240579e89c242e3585c30feff2db099b53bb

Functions
Getter at block 22774341
decimals(view returns (uint8)
18
getImplementation(view returns (address)
0x6f28a37448b601319fa8354588c581f60147f177
isAuthorisedTransfersOnlyEnabled(view returns (bool)
false
name(view returns (string)
Infinex Governance Points
owner(view returns (address)
0x7299af061a210157f7acaeada22534ae3b72c956
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
XGP
totalSupply(view returns (uint256)
361063555000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address _accountview returns (uint256)
isAuthorisedMinter(address _accountview returns (bool)
isAuthorisedTransferer(address _accountview returns (bool)
State-modifying
acceptOwnership(
addAuthorisedMinter(address _minter
addAuthorisedTransferer(address _transferer
approve(address spenderuint256 valuereturns (bool)
burn(address _accountuint256 _amount
disableAuthorisedTransfersOnly(
initialize(address _owner
mint(address _accountuint256 _amount
reinitialize(string _namestring _symbol
removeAuthorisedMinter(address _minter
removeAuthorisedTransferer(address _transferer
renounceOwnership(
simulateUpgradeTo(address newImplementation
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
upgradeTo(address newImplementation
Events
Approval(address indexed owneraddress indexed spenderuint256 value
AuthorisedMinterAdded(address indexed manager
AuthorisedMinterRemoved(address indexed manager
AuthorisedTransfererAdded(address indexed transferer
AuthorisedTransfererRemoved(address indexed transferer
AuthorisedTransfersOnlyDisabled(
Burned(address indexed accountuint256 amount
Initialized(uint64 version
Minted(address indexed accountuint256 amount
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Upgraded(address indexed selfaddress implementation
Constructor
constructor(address firstImplementation
Fallback and receive
fallback(
receive(
Errors
NotAContract(address contr
ZeroAddress(
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
ImplementationIsSterile(address implementation
InsufficientBalance(
InvalidInitialization(
MinterAlreadyAuthorised(
MinterNotFound(
NoChange(
NotAContract(address contr
NotInitializing(
NullAddress(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
TransfererAlreadyAuthorised(
TransfererNotAuthorised(
TransfersNotEnabled(
Unauthorized(
UpgradeSimulationFailed(
ZeroAddress(
ZeroValue(