Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($24,713.62)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
JPEG | ERC-20 | 149.299954M | $0.000166 |
$24,713.62 | |
GIF | ERC-20 | 5.13874B | -- | -- | |
CULT MANIFESTO | ERC-20 | 1.280323B | -- | -- | |
SYNAGOGUE | ERC-20 | 437.024446M | -- | -- | |
BLUR | ERC-20 | 3.469404M | -- | -- | |
RAG | ERC-20 | 3.123067M | -- | -- | |
INSRT | ERC-20 | 1.854647M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21079296 | 14 days ago | | | 0 | 0.0035946366 | |
| 21073281 | 14 days ago | | | 0 | 0.0018454311 | |
| 21071896 | 15 days ago | | | 0 | 0.0021735346 | |
| 21062714 | 16 days ago | | | 0 | 0.00081823660 | |
| 20972786 | a month ago | | | 0 | 0.0020381948 | |
| 20825386 | 2 months ago | | | 0 | 0.0015659855 | |
| 20825305 | 2 months ago | | | 0 | 0.0017861228 | |
| 20688424 | 2 months ago | | | 0 | 0.00018231072 | |
| 20630923 | 2 months ago | | | 0 | 0.00032929146 | |
| 20557262 | 3 months ago | | | 0 | 0.00043574614 |
ABI
ABI objects
Getter at block 21176884
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x3f55f347573b4e41207338321cacb0e3c7a7e8ad90f203b798bd9ac8f98ca724
decimals() view returns (uint8)
18
name() view returns (string)
preJPEG
symbol() view returns (string)
pJPEG
token() view returns (address)
0xe80c0cd204d654cebe8dd64a4857cab6be8345a3
totalSupply() view returns (uint256)
149299953896769333324545407
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesCheckpoint)
delegates(address account) view returns (address)
getPastTotalSupply(uint256 blockNumber) view returns (uint256)
getPastVotes(address account, uint256 blockNumber) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getVotes(address account) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
lockedAmount(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
releasableAmount(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
vestedAmount(address account) view returns (uint256)
vestingSchedules(address) view returns (uint256 totalAllocation, uint256 start, uint256 cliffDuration, uint256 duration, uint256 released)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
release()
renounceRole(bytes32 role, address account)
revoke(address account)
revokeRole(bytes32 role, address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
vestTokens(address beneficiary, uint256 totalAllocation, uint256 start, uint256 cliffDuration, uint256 duration)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
NewBeneficiary(address indexed beneficiary, uint256 totalAllocation, uint256 startTimestamp, uint256 cliffDuration, uint256 duration)
Released(address indexed beneficiary, uint256 amount)
Revoked(address indexed revokee, uint256 amount)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _jpeg)
This contract contains no fallback and receive objects.
This contract contains no error objects.