Infinex Governance Points
Verified contract
Proxy
Active on
Base with 3,175 txns
Unified storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000733 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22769131 | 3 hours ago | | | 0 | 3.2423464e-7 | |
| 22760763 | 8 hours ago | | | 0 | 3.2408478e-7 | |
| 22760088 | 8 hours ago | | | 0 | 0.0000043284798 | |
| 22754213 | 11 hours ago | | | 0 | 0.0000054582565 | |
| 22753271 | 12 hours ago | | | 0 | 3.2565837e-7 | |
| 22753202 | 12 hours ago | | | 0 | 3.1904224e-7 | |
| 22752656 | 12 hours ago | | | 0 | 3.1911597e-7 | |
| 22752459 | 12 hours ago | | | 0 | 3.1867358e-7 | |
| 22752165 | 12 hours ago | | | 0 | 3.2438451e-7 | |
| 22750255 | 13 hours ago | | | 0 | 3.2408478e-7 |
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address _account) view returns (uint256)
isAuthorisedMinter(address _account) view returns (bool)
isAuthorisedTransferer(address _account) view returns (bool)
State-modifying
Events acceptOwnership()
addAuthorisedMinter(address _minter)
addAuthorisedTransferer(address _transferer)
approve(address spender, uint256 value) returns (bool)
burn(address _account, uint256 _amount)
disableAuthorisedTransfersOnly()
initialize(address _owner)
mint(address _account, uint256 _amount)
reinitialize(string _name, string _symbol)
removeAuthorisedMinter(address _minter)
removeAuthorisedTransferer(address _transferer)
renounceOwnership()
simulateUpgradeTo(address newImplementation)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorisedMinterAdded(address indexed manager)
AuthorisedMinterRemoved(address indexed manager)
AuthorisedTransfererAdded(address indexed transferer)
AuthorisedTransfererRemoved(address indexed transferer)
AuthorisedTransfersOnlyDisabled()
Burned(address indexed account, uint256 amount)
Initialized(uint64 version)
Minted(address indexed account, uint256 amount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Upgraded(address indexed self, address implementation)
constructor(address firstImplementation)
fallback()
receive()
NotAContract(address contr)
ZeroAddress()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 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()