Lost Pixels For N
Verified contract
Active on
Ethereum with 2,491 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Lost Pixels For N"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21095185 | a month ago | | | 0 | 0.00031600970 | |
| 20617338 | 3 months ago | | | 0 | 0.000048239778 | |
| 20027486 | 6 months ago | | | 0 | 0.00085653723 | |
| 18908700 | a year ago | | | 0 | 0.00056198700 | |
| 18908500 | a year ago | | | 0 | 0.00059526281 | |
| 18907216 | a year ago | | | 0 | 0.00035869125 | |
| 18834641 | a year ago | | | 0 | 0.00093063701 | |
| 18829642 | a year ago | | | 0 | 0.0012899197 | |
| 18823649 | a year ago | | | 0 | 0.00096439723 | |
| 18761136 | a year ago | | | 0 | 0.0013539854 |
ABI
ABI objects
Getter at block 21318619
MAX_TOKENS() view returns (uint256)
3333
PROVENANCE() view returns (string)
nAddress() view returns (address)
0x05a46f1e545526fb803ff974c790acea34d1f2d6
name() view returns (string)
Lost Pixels For N
owner() view returns (address)
0x7654f934e4e2b69cb7ce3a29557c51f498f9bf27
saleIsActive() view returns (bool)
true
symbol() view returns (string)
LPXN
tokenPrice() view returns (uint256)
12345000000000000
totalSupply() view returns (uint256)
2006
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
mintToken(uint256 tokenId) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setProvenance(string provenance)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.