Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5.46)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
IMX | ERC-20 | 3.272155 | $1.67 |
$5.46 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21427491 | 9 minutes ago | | | 0 | 0.00062804943 | |
| 21427373 | 33 minutes ago | | | 0 | 0.00053792048 | |
| 21427357 | 36 minutes ago | | | 0 | 0.00034629324 | |
| 21427327 | 42 minutes ago | | | 0 | 0.00048208815 | |
| 21427321 | 43 minutes ago | | | 0 | 0.00048858517 | |
| 21427290 | an hour ago | | | 0 | 0.00054669260 | |
| 21427277 | an hour ago | | | 0 | 0.00054310280 | |
| 21427268 | an hour ago | | | 0 | 0.00033885969 | |
| 21427236 | an hour ago | | | 0 | 0.00054468878 | |
| 21427221 | an hour ago | | | 0 | 0.00054824918 |
ABI
ABI objects
Getter at block 21427534
DOMAIN_SEPARATOR() view returns (bytes32)
0xc493d02fb969f50512663f730ce0eebf5bd5d9ce3a197bba74b41d72e26fd5b0
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Pentagon, version=1, chainId=1, verifyingContract=0x5ee3188a3f8adee1d736edd4ae85000105c88f66, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
isMaintaining() view returns (bool)
true
isTransferable() view returns (bool)
true
name() view returns (string)
Pentagon
owner() view returns (address)
0xb2e3e82a95f5c4c47e30a5b420ac4f99d32ef61f
symbol() view returns (string)
PEN
totalModerators() view returns (uint16)
10
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isFrozen(address _account) view returns (bool)
moderators(address) view returns (bool)
nonces(address owner) view returns (uint256)
State-modifying
Events addModerator(address _newModerator)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freeze(address _account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
toggleIsTransferable()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unfreeze(address _account)
updateMaintaining(bool _isMaintaining)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
Frozen(address account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Unfrozen(address account)
constructor()
This contract contains no fallback and receive objects.
InvalidShortString()
StringTooLong(string str)