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 "Pyxis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21214890 | 9 days ago | | | 0 | 0.0014962529 | |
| 21176455 | 14 days ago | | | 0 | 0.0031652400 | |
| 21165076 | 16 days ago | | | 0 | 0.0024484009 | |
| 21143030 | 19 days ago | | | 0 | 0.0021213130 | |
| 21041748 | a month ago | | | 0 | 0.00094416073 | |
| 21019191 | a month ago | | | 0 | 0.00013575630 | |
| 21014191 | a month ago | | | 0 | 0.0012744896 | |
| 21011760 | a month ago | | | 0 | 0.00082575419 | |
| 20989413 | a month ago | | | 0 | 0.0015443119 | |
| 20989395 | a month ago | | | 0 | 0.0014937205 |
ABI
ABI objects
Getter at block 21276712
name() view returns (string)
Pyxis
owner() view returns (address)
0xb826415bd509863e8bedd7ae0cbabb5830b0d4b8
paused() view returns (bool)
false
symbol() view returns (string)
PYX
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getToken(address _sender) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isValidUser(struct PyxisCoupon coupon) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 id)
burnPyxis(address userAddress)
mintPyxis(struct PyxisCoupon coupon) returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setCouponOwner(address newOwner) returns (bool)
setMintPaused(bool status) returns (bool)
transferFrom(address from, address to, uint256 id)
transferOwnership(address newOwner)
transferPyxis(address to) returns (uint256)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseUri(string _from, string _to)
CouponOwner(address _from, address _to)
MintPaused(bool _value)
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.