Plastikman: EXhale - KORUS TRAXX
Verified contract
Proxy
Active on
Base with 23 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 "Plastikman: EXhale - KORUS TRAXX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22793121 | 3 days ago | | | 0 | 3.9020615e-7 | |
| 22793086 | 3 days ago | | | 0.00165 | 0.0000032782513 | |
| 22746368 | 4 days ago | | | 0 | 0.0000070667924 | |
| 22746019 | 4 days ago | | | 0 | 2.6438840e-7 | |
| 22746013 | 4 days ago | | | 0.00165 | 0.000016814429 | |
| 22735508 | 4 days ago | | | 0.00165 | 0.000019569154 | |
| 22709044 | 5 days ago | | | 0.00165 | 0.0000032765320 | |
| 22706160 | 5 days ago | | | 0 | 0.0000010049337 | |
| 22706125 | 5 days ago | | | 0.00165 | 0.0000033047320 | |
| 22701006 | 5 days ago | | | 0 | 0.0000010833944 |
ABI
ABI objects
Getter at block 22919975
MAX_BPS() view returns (uint256)
10000
allowlistStartTimestamp() view returns (uint256)
1731922044
getBaseURI() view returns (string)
https://nft-assets.pixelynx.io/nfts/plastikman-x-dixon-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)
5000
maxMintsPerAddress() view returns (uint256)
0
mintPrice() view returns (uint256)
1650000000000000
mintStartTimestamp() view returns (uint256)
1731922044
mintStatus() view returns (uint8)
3
name() view returns (string)
Plastikman: EXhale - KORUS TRAXX
owner() view returns (address)
0x0a98022b09becbf8d06fae42fc8c167d9aad55cd
pixelynxNftDeployer() view returns (address)
0xcce781f675101b00fa705862920a7685f40f8ffd
premintStartTimestamp() view returns (uint256)
1731922044
symbol() view returns (string)
PLAS
tokensRemaining() view returns (uint256)
4988
totalSupply() view returns (uint256)
12
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()