Pixel Foxes
Verified contract
Active on
Ethereum with 6,606 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 "Pixel Foxes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21195302 | 9 days ago | | | 0 | 0.00099884806 | |
| 20987285 | a month ago | | | 0 | 0.0025509824 | |
| 20987282 | a month ago | | | 0 | 0.0028451986 | |
| 20930661 | a month ago | | | 0 | 0.0019875752 | |
| 20927157 | 2 months ago | | | 0 | 0.00065947500 | |
| 20922659 | 2 months ago | | | 0 | 0.0010314352 | |
| 20909224 | 2 months ago | | | 0 | 0.00030831948 | |
| 20802283 | 2 months ago | | | 0 | 0.00037693480 | |
| 20742598 | 2 months ago | | | 0 | 0.00045482400 | |
| 20742346 | 2 months ago | | | 0 | 0.00039784322 |
ABI
ABI objects
Getter at block 21257125
_paused() view returns (bool)
false
getPrice() view returns (uint256)
10000000000000000
name() view returns (string)
Pixel Foxes
owner() view returns (address)
0x6b5ab6a908f262cf664e103315355fb750a77051
symbol() view returns (string)
PIXELFOXES
totalSupply() view returns (uint256)
10000
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events FoxMint(uint256 num) payable
approve(address to, uint256 tokenId)
giveAway(address _to, uint256 _amount)
pause(bool val)
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)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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(string name, string symbol, string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.