PixelmonEvolution
Verified contract
Active on
Ethereum with 2,831 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3297…802a
0xadae…3220
Balances ($0.00)
No balances found for "PixelmonEvolution"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19226066 | 9 months ago | | | 0 | 0.0010342047 | |
| 19226066 | 9 months ago | | | 0 | 0.0011410349 | |
| 19226062 | 9 months ago | | | 0 | 0.0011186039 | |
| 19226062 | 9 months ago | | | 0 | 0.0014916172 | |
| 19226058 | 9 months ago | | | 0 | 0.0010916112 | |
| 19226057 | 9 months ago | | | 0 | 0.0011337067 | |
| 19226054 | 9 months ago | | | 0 | 0.0010055176 | |
| 19226053 | 9 months ago | | | 0 | 0.00095918640 | |
| 19226051 | 9 months ago | | | 0 | 0.00089781629 | |
| 19226046 | 9 months ago | | | 0 | 0.0012553693 |
ABI
ABI objects
Getter at block 21245448
BURNER_ADDRESS() view returns (address)
0x000000000000000000000000000000000000dead
PIXELMON_CONTRACT() view returns (address)
0x32973908faee0bf825a343000fe412ebe56f802a
SERUM_CONTRACT() view returns (address)
0xadae0ddaf90170a44adebcfb8eede12041d13220
SIGNATURE_VERSION() view returns (string)
1
SIGNER() view returns (address)
0x000000000000000000000000000000000000dead
SIGNING_DOMAIN() view returns (string)
Pixelmon-Evolution
isTimeLockActive() view returns (bool)
true
nextEvolvePixelmonId() view returns (uint256)
12566
owner() view returns (address)
0xeff2c736bd99e8c30e0e81099aebd893d8c71252
Read-only
evolutionPair(uint256) view returns (uint256)
getHashIntFromArray(uint256[] array) pure returns (uint256)
nonces(address) view returns (uint256)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
recoverSignerFromSignature(uint256[] pixelmonTokenIds, uint256[] serumIds, uint256[] serumAmounts, uint256 evolutionStage, uint256 nonce, uint256 stakedFor, address tokenOwner, bytes signature) view returns (address)
vault(uint256) view returns (uint32 tokenId, address owner, uint32 stakedAt, uint32 stakedFor)
State-modifying
Events claimPixelmonToken(uint256[] pixelmonTokenIds)
emergencyRescue(uint256 tokenId, address collectionAddress, address receiver)
evolvePixelmon(uint256[] pixelmonTokenIds, uint256[] serumIds, uint256[] serumAmounts, uint256 evolutionStage, uint256 nonce, uint256 stakedFor, bytes signature)
renounceOwnership()
setNextEvolvePixelmonId(uint256 evolutionStartingId)
setPixelmonAddress(address pixelmonAddress)
setSerumAddress(address serumAddress)
setSignerAddress(address signer)
setTimeLock(bool flag)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PixelmonBatchClaim(address pixelmonOwner, uint256[] pixelmonTokenIds, string message)
PixelmonBatchEvolve(address pixelmonOwner, uint256 nonce, uint256[] pixelmonTokenIds, uint256[] serumTokenIds, uint256[] serumAmounts, uint256 evolutionStage, uint256 evolvedTokenStartingId, string message)
constructor(address pixelmonAddress, address serumAddress, address signer)
This contract contains no fallback and receive objects.
InvalidAmount()
InvalidData()
InvalidNonce()
InvalidOwner()
InvalidSignature()