Pixelmon
Verified contract
Active on
Ethereum with 43,554 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 "Pixelmon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241855 | 6 hours ago | | | 0 | 0.00025922105 | |
| 21241853 | 6 hours ago | | | 0 | 0.00026188930 | |
| 21241559 | 7 hours ago | | | 0 | 0.00033733321 | |
| 21241499 | 7 hours ago | | | 0 | 0.00042652218 | |
| 21240211 | 12 hours ago | | | 0 | 0.00047180254 | |
| 21238300 | 18 hours ago | | | 0 | 0.0011135142 | |
| 21236123 | a day ago | | | 0 | 0.0014109768 | |
| 21236118 | a day ago | | | 0 | 0.0016071740 | |
| 21236107 | a day ago | | | 0 | 0.0022066975 | |
| 21234757 | a day ago | | | 0 | 0.00057799419 |
ABI
ABI objects
Getter at block 21243713
auctionStartPrice() view returns (uint256)
3000000000000000000
auctionStartTime() view returns (uint256)
1644256800
baseURI() view returns (string)
https://pixelmon.club/api/
getCurrentTokenPrice() view returns (uint256)
200000000000000000
mintlistPrice() view returns (uint256)
600000000000000000
name() view returns (string)
Pixelmon
owner() view returns (address)
0x7077e6eb69711cb89d53a51a1db1436e9522db02
provenanceHash() view returns (uint256)
69237217868389020773242367267214952328570006699007768371884544879163475984471
serumContract() view returns (address)
0x743776e5a345fe62d7d85282407c94e616a03176
symbol() view returns (string)
PXLMN
totalSupply() view returns (uint256)
12566
Read-only
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
mintlisted(address) view returns (bool)
ownerOf(uint256) view returns (address)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenURI(uint256 id) view returns (string)
State-modifying
Events approve(address spender, uint256 id)
auction(bool mintingTwo) payable
mintEvolvedPixelmon(address receiver, uint256 evolutionStage) payable
mintlistMint() payable
mintlistUser(address user)
mintlistUsers(address[] users)
renounceOwnership()
rollOverPixelmons(address[] addresses)
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setMintlistPrice(uint256 price)
setSerumContract(address _serumContract)
transferFrom(address from, address to, uint256 id)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed spender, uint256 indexed id)
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 id)
constructor(string _baseURI)
This contract contains no fallback and receive objects.
AuctionNotStarted()
MintedOut()
MintingTooMany()
NotMintlisted()
UnauthorizedEvolution()
UnknownEvolution()
ValueTooLow()