PixelHero
Verified contract
Active on
Ethereum with 1,155 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "PixelHero"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21086200 | a month ago | | | 0 | 0.00085022891 | |
| 20582850 | 3 months ago | | | 0 | 0.000051859132 | |
| 20294292 | 5 months ago | | | 0 | 0.00011699881 | |
| 20224987 | 5 months ago | | | 0 | 0.00018158692 | |
| 19786888 | 7 months ago | | | 0 | 0.00027711362 | |
| 19721176 | 7 months ago | | | 0 | 0.00041885612 | |
| 19706309 | 7 months ago | | | 0 | 0.00039383033 | |
| 19309319 | 9 months ago | | | 0 | 0.0010311259 | |
| 19290897 | 9 months ago | | | 0 | 0.0022196367 | |
| 19198300 | 10 months ago | | | 0.09 | 0.0050351944 |
ABI
ABI objects
Getter at block 21312978
config() view returns (address signer, string baseUrl, uint256 maxSupply, address salesWallet)
(signer=0x26d30d136158fdffe69387c6508d8cd1584947cb, baseUrl=ipfs://bafybeici5zpahdv362yogzrplnwknhi6igoxtlelbz77ojrzhuuuai7izm/, maxSupply=2222, salesWallet=0xf7b838e522fe834694b1239f5957721e6fcfa5b6)
mintSalt() view returns (bytes32)
0xdaf0b3c5710379609eb5495f1ecd348cb28167711b73609fe565a72734550354
minted() view returns (uint256)
1085
name() view returns (string)
PixelHero
owner() view returns (address)
0xc2f98011e1ed26b728d7915a54a77c16043d91c3
publicMintConfig() view returns (struct PublicMintConfig)
(true, 90000000000000000, 5)
royaltyFee() view returns (uint96)
500
royaltyFeeDenominator() view returns (uint96)
10000
symbol() view returns (string)
PixelHero
totalSupply() view returns (uint256)
1085
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedPerAddress(address) view returns (uint256)
mintedPerCoupon(uint128) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 salePrice) view returns (address, uint256)
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)
burn(uint256 tokenId)
mintFromCoupon(struct MintCoupon _coupon, uint256 amount) payable
mintPublic(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseUrl(string _baseUrl)
setEthPrice(uint256 _ethPrice)
setMaxPerWallet(uint256 _maxPerWallet)
setPublicMintOpen(bool _isOpen)
setRoyaltyFee(uint96 _royaltyFee)
setSalesWallet(address _salesWallet)
setSigner(address _signer)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(struct NftConfig _config, struct PublicMintConfig _mintConfig)
This contract contains no fallback and receive objects.
This contract contains no error objects.