GenKOR 3 TRAXX
Verified contract
Active on
Base with 911 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000759 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22046324 | 16 days ago | | | 0 | 0.0000011228392 | |
| 21372664 | a month ago | | | 0 | 3.8134077e-7 | |
| 20112390 | 2 months ago | | | 0 | 0.0000022693336 | |
| 19586683 | 2 months ago | | | 0 | 1.2419682e-7 | |
| 19586673 | 2 months ago | | | 0 | 0.0000015582320 | |
| 19586542 | 2 months ago | | | 0 | 1.2435542e-7 | |
| 19586522 | 2 months ago | | | 0 | 0.0000015916635 | |
| 19586409 | 2 months ago | | | 0 | 1.2777924e-7 | |
| 19586398 | 2 months ago | | | 0 | 0.0000015891445 | |
| 19586308 | 2 months ago | | | 0 | 1.2751352e-7 |
ABI
ABI objects
Getter at block 22756323
MAX_BPS() view returns (uint256)
10000
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
allowlistStartTimestamp() view returns (uint256)
1713826831
getBaseURI() view returns (string)
https://nft-assets.pixelynx.io/nfts/gen-kor-3-traxx/metadata/
getInternalTokenGatedContracts() view returns (address[])
[]
isRandomMint() view returns (bool)
false
maxMintSupply() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
maxMintsPerAddress() view returns (uint256)
0
mintPrice() view returns (uint256)
0
mintStartTimestamp() view returns (uint256)
1713826831
mintStatus() view returns (uint8)
3
name() view returns (string)
GenKOR 3 TRAXX
owner() view returns (address)
0x39dab538959d0dbc8cb2a382d59b5f86ff0a9b02
pixelynxNftDeployer() view returns (address)
0x159d62940b1b6bbcac5045a73c33a90b20c8474e
premintStartTimestamp() view returns (uint256)
1713826831
symbol() view returns (string)
GENK
tokensRemaining() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639369
totalSupply() view returns (uint256)
566
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)
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)
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)
MetadataUpdate(uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address __pixelynxNftDeployer, address __pixelynxOwnershipContract, struct SharedStructsNewCollectionInitialize collectionInitialize)
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()
OperatorNotAllowed(address operator)
PremintHigherThanWhitelisted()
RoyaltiesPercentageWrong()
RoyaltiesRecipientZeroAddress()
TimestampHigherThanMintTimestamp()
TokenDoesNotExist()
TradingPaused()
TransferFromIncorrectOwner()
TransferToNonErc721Receiver()
WhitelistedBeforePremint()