Paradox

Verified contract

Active on Ethereum with 3,085 txns
Deployed by via 0xd2fbc3d5 at 19259810
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Paradox"

0xd66b5b4786b24081ea187daaeb2716733f9e6a661b58c6d0b9a3d00c128b1de1
0x959c16bc1d1c0929f3892665b178a32a7ed4db4e6128d4d1390d7ef0661a79a5
0x77298eb646afce33ea6d0a355c45db54087c37f0025e045fbb5c268f653bfefe
0x22af9b3082323eaf1452b10897bd01c61c1bd9ac9d5fdcc3b879df0c5a88b3ff
0x91e2d99203b4cb71bb189eb7b52810d1cd58e99670a03371cf3d3921dc78cc77
0xd2b86f544ab6daac450c005082ee4aed52723fe5616d825531e9d4b94eb0d6dc
0x338c333db17a99ef336a132bad067d8fc592679bcf072430fda26305527974ca
0x3f382bd9f0871482cc56cde87dc88fe025fb93e5d8e8fcd74257b328a9286d96
0x4570849dfd9d4fa10f17b1a91b974ab4ed9d1aae330daa0593ff81be2f74fc28
0x218de066a51efd2418508ee30873f1a026cf7a38931bde75cb22048650980a29

Functions
Getter at block 21161131
baseTokenURI(view returns (string)
https://dynamint.pdx.build/nft/
dataURI(view returns (string)
https://raw.githubusercontent.com/paradox425/pdx/main/PARADOX/
decimals(view returns (uint8)
18
maxWallet(view returns (uint256)
200000000000000000000
name(view returns (string)
Paradox
owner(view returns (address)
0xb7d64d8630bf984be1b2c8989c8b85c45d4e424e
symbol(view returns (string)
PDX
totalSupply(view returns (uint256)
10000000000000000000000
units(view returns (uint256)
1000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountuint256 idview returns (uint256)
balanceOf(address ownerview returns (uint256)
balanceOf(address owneruint256 startuint256 stopview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
getApproved(uint256view returns (address)
isApprovedForAll(address accountaddress operatorview returns (bool)
isOwnerOf(address accountuint256 idview returns (bool)
nftsTransferExempt(addressview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 idview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
totalNFTsOwned(address ownerview returns (uint256)
uri(uint256 idview returns (string)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setBlacklist(address targetbool state
setDataURI(string _dataURI
setMaxWallet(uint256 percentage
setNFTsTransferExempt(address targetbool state
setTokenURI(string _tokenURI
setURI(string _uri
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(string name_string symbol_uint8 decimals_uint256 _erc20TokensSupplystring uri_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
BalanceQueryForZeroAddress(
BurnFromNonOnwerAddress(
BurnFromZeroAddress(
CannotRemoveFromNFTsTransferExempt(
DecimalsTooLow(
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
ERC425InvalidSelfTransfer(address fromaddress to
InputLengthMistmatch(
InvalidNFTId(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
NFTTransferToNFTExemptAddress(address to
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwnerOrInvalidAmount(
TransferToNonERC1155ReceiverImplementer(
TransferToZeroAddress(