Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PXL | ERC-20 | 30 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19860777 | 6 months ago | | | 0 | 0.00010688707 | |
| 19255342 | 9 months ago | | | 0 | 0.0011696919 | |
| 19210494 | 9 months ago | | | 0 | 0.0012188881 | |
| 14102642 | 3 years ago | | | 0 | 0.0043060469 | |
| 13550789 | 3 years ago | | | 0.01 | 0.0032818843 | |
| 12756711 | 3 years ago | | | 0 | 0.00023231500 | |
| 12384697 | 4 years ago | | | 0 | 0.0015606780 | |
| 12262474 | 4 years ago | | | 0 | 0.0070118000 | |
| 12262469 | 4 years ago | | | 0 | 0.0070118000 | |
| 12245467 | 4 years ago | | | 0 | 0.0026754481 |
ABI
ABI objects
Getter at block 21163047
decimals() view returns (uint256)
18
name() view returns (string)
Pixel
symbol() view returns (string)
PXL
totalSupply() view returns (uint256)
987500000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
owners(address) view returns (bool)
State-modifying
Events addOwner(address guest)
approve(address spender, uint256 value) returns (bool)
approveAndCall(address _to, uint256 _value, bytes _data) returns (bool)
burn(uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 _amount)
removeOwner(address owner)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ApproveAndCall(address indexed _from, address indexed _to, uint256 _value, bytes _data)
Burn(address indexed _from, uint256 _amount)
Mint(address indexed _to, uint256 _amount)
OwnershipExtended(address indexed host, address indexed guest)
OwnershipRevoked(address indexed revokedOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.