PACT community token
Verified contract
Active on
Ethereum with 1,488 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KISHU | ERC-20 | 19.008939B | -- | -- | |
PACT | ERC-20 | 161.701529 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19021098 | 10 months ago | | | 0 | 0.00087479069 | |
| 19021098 | 10 months ago | | | 0 | 0.00087357839 | |
| 18914369 | 10 months ago | | | 0 | 0.00079344570 | |
| 18909424 | 10 months ago | | | 0 | 0.00068780577 | |
| 18906762 | 10 months ago | | | 0 | 0.00071801116 | |
| 18905518 | 10 months ago | | | 0 | 0.00088975368 | |
| 18353391 | a year ago | | | 0 | 0.00011913419 | |
| 18353085 | a year ago | | | 0 | 0.00012782712 | |
| 18295226 | a year ago | | | 0 | 0.00023163000 | |
| 15534810 | 2 years ago | | | 0 | 0.00099194107 |
ABI
ABI objects
Getter at block 21169796
DELEGATION_TYPEHASH() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
bridgesList() view returns (address[])
[0x780DCED4BE7d863a8713F592f945E4c19F74A2f0]
decimals() view returns (uint8)
18
maxTotalSupply() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
PACT community token
owner() view returns (address)
0x780dced4be7d863a8713f592f945e4c19f74a2f0
symbol() view returns (string)
PACT
totalSupply() view returns (uint256)
130000000000000000000000000
Read-only
_checkpoints(address, uint32) view returns (uint32 fromBlock, uint256 votes)
_delegates(address) view returns (address)
_nonces(address) view returns (uint256)
_numCheckpoints(address) view returns (uint32)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getCurrentVotes(address account) view returns (uint256)
getPriorVotes(address account, uint256 blockNumber) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
bridgeDisable(address oldBridge)
bridgeRegistration(address newBridge)
burn(uint256 amount) returns (bool)
burnByBridge(address account, uint256 amount) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
mint(address account, uint256 amount) returns (bool)
mintByBridge(address account, uint256 amount) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
BridgeDisable(address indexed newBridge)
BridgeRegistration(address indexed newBridge)
Burn(address indexed account, uint256 tokens)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
Mint(address indexed account, uint256 tokens)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.