mau5trap on KOR: Traxx
Unverified contract
Proxy
Active on
Base with 208 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
14 additional
variables
Balances ($0.00)
No balances found for "mau5trap on KOR: Traxx"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22968329 | 5 days ago | | | 0 | 0.0000011534063 | |
| 22968313 | 5 days ago | | | 0.00105 | 0.0000096033440 | |
| 22836265 | 8 days ago | | | 0 | 0.0000030596981 | |
| 22804298 | 8 days ago | | | 0 | 0.000000508738712148 | |
| 22804284 | 8 days ago | | | 0.00105 | 0.0000094139852 | |
| 22662571 | 12 days ago | | | 0 | 0.0000011044210 | |
| 22662557 | 12 days ago | | | 0.00105 | 0.0000076167562 | |
| 22656979 | 12 days ago | | | 0 | 5.5029300e-7 | |
| 22656970 | 12 days ago | | | 0.00105 | 0.0000075837098 | |
| 22505952 | 15 days ago | | | 0 | 0.000000402294890301 |
ABI
ABI objects
Getter at block 23170987
MAX_BPS() view returns (uint256)
10000
allowlistStartTimestamp() view returns (uint256)
1725637477
getBaseURI() view returns (string)
https://nft-assets.pixelynx.io/nfts/mau5-trap-on-kor-traxx/metadata/
getInternalTokenGatedContracts() view returns (address[])
[]
getTransferValidationFunction() pure returns (bytes4 functionSignature, bool isViewFunction)
(functionSignature=0xcaee23ea, isViewFunction=false)
getTransferValidator() view returns (address)
0xa000027a9b2802e1ddf7000061001e5c005a0000
isRandomMint() view returns (bool)
false
maxMintSupply() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
maxMintsPerAddress() view returns (uint256)
0
mintPrice() view returns (uint256)
1050000000000000
mintStartTimestamp() view returns (uint256)
1725637477
mintStatus() view returns (uint8)
3
name() view returns (string)
mau5trap on KOR: Traxx
owner() view returns (address)
0x0a98022b09becbf8d06fae42fc8c167d9aad55cd
pixelynxNftDeployer() view returns (address)
0xcce781f675101b00fa705862920a7685f40f8ffd
premintStartTimestamp() view returns (uint256)
1725637477
symbol() view returns (string)
MAU5
tokensRemaining() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639829
totalSupply() view returns (uint256)
106
tradingPauseState() view returns (bool)
false
Read-only
allowlist(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
checkClaimEligibility(address to, uint256 numToMint) view returns (uint8)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
preMint(address) view returns (uint256)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addToAllowlist(struct SharedStructsAllowList[] allowList)
airdrop(address[] recipients)
approve(address operator, uint256 tokenId)
batchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
initialize(address __pixelynxNftDeployer, address __pixelynxOwnershipContract, struct SharedStructsNewCollectionInitialize collectionInitialize)
metadataUpdate(uint256 _tokenId)
mint(address to, uint256 numToMint) payable
mintFor(address to, uint256 numToMint)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAllowlistStartTimestamp(uint8 allowlistType, uint256 timestamp)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setBeneficiaries(struct SharedStructsBeneficiary[] beneficiaries)
setGlobalRoyalties(address newRecipient, uint256 percent)
setInternalTokenGatedContracts(address[] _addresses)
setKillSwitch(bool state)
setMintMaxSupply(uint256 newMintMaxSupply)
setMintPrice(uint256 newMintPrice)
setMintStartTimestamp(uint256 newMintStartTimestamp)
setNameAndSymbol(string newName, string newSymbol)
setPixelynNftDeployer(address newPixelynNftDeployer)
setTokenRoyalty(uint256 tokenId, address receiver, uint256 royaltyPercentage)
setTradingPauseState(bool pauseState)
setTransferValidator(address newValidator)
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)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
Initialized(uint8 version)
MetadataUpdate(uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TransferValidatorUpdated(address oldValidator, address newValidator)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AirdropEmptyReceipientListOrMintingMoreThenSupply()
ApprovalToCurrentOwner()
ApproveCallerIsNotTokenOrApprovedForAll()
ApproveToCaller()
BeneficiaryPercentageHigherThanMax()
BeneficiaryPercentageMustBe100()
CallerIsNotTokenOwnerOrApproved()
CanNotSetMintMaxSupply()
InvalidAddressOrNoTokensLeft()
InvalidInternalTokenGatedContract()
InvalidNumberOfBeneficiaries()
InvalidTokenId()
MintAtLeastOneToken()
MintIsPaused()
MintMoreTokensThanSupply()
MintNotEnoughFunds()
MintNotEnoughPremintAllowance()
MintNotEnoughWhitelistedAllowance()
MintNotStarted()
MintToZeroAddress()
MintTokenGatedRequirementFailed()
MintingExceededAllowance()
NotAllowedToGift()
PremintHigherThanWhitelisted()
RoyaltiesPercentageWrong()
RoyaltiesRecipientZeroAddress()
SameTransferValidator()
TimestampHigherThanMintTimestamp()
TokenDoesNotExist()
TradingPaused()
TransferFromIncorrectOwner()
TransferToNonErc721Receiver()
WhitelistedBeforePremint()