Cypt3dpunks
Verified contract
Active on
Ethereum with 503 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 10 additional slots
3 additional
variables
Native
Value
$107.89
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.031903 | $3,381.73 |
$107.89 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19549811 | 8 months ago | | | 0 | 0.0014415524 | |
| 19360788 | 9 months ago | | | 0 | 0.0045521952 | |
| 19158274 | 10 months ago | | | 0 | 0.00093101000 | |
| 18876227 | a year ago | | | 0 | 0.0014803397 | |
| 18619132 | a year ago | | | 0 | 0.0015696179 | |
| 18364566 | a year ago | | | 0 | 0.00029075710 | |
| 18364546 | a year ago | | | 0 | 0.00031130557 | |
| 18359869 | a year ago | | | 0 | 0.00031844557 | |
| 18323057 | a year ago | | | 0 | 0.00033821779 | |
| 18315610 | a year ago | | | 0 | 0.00034802753 |
ABI
ABI objects
Getter at block 21249308
AllowSwapExistingUsers() view returns (bool)
true
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Discount() view returns (uint256)
0
EtherPrice() view returns (uint256)
194000
ExistingERC1155() view returns (address)
0xa50c349912739a4fe4e50bafd3d8689210642d88
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
PresaleLive() view returns (bool)
false
Round() view returns (uint256)
3
SaleLive() view returns (bool)
true
UPDATER_ROLE() view returns (bytes32)
0x73e573f9566d61418a34d5de3ff49360f9c51fec37f7486551670290f6285dab
baseURI() view returns (string)
https://www.crypt3dpunksmint.io/api/crypt3dpunks/
burnAddress() view returns (address)
0x000000000000000000000000000000000000dead
contractBalance() view returns (uint256)
31903368094642645
currentState() view returns (uint8)
11
getNextTokenId() view returns (uint256)
2095
name() view returns (string)
Cypt3dpunks
paused() view returns (bool)
true
root() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol() view returns (string)
CRYPT3D
totalSupply() view returns (uint256)
1769
Read-only
SupportedCryptos(uint256) view returns (address)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPriceForARound(bool isEther, uint256 decimal, uint256 round, uint256 discount) view returns (uint256[])
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isValid(bytes32[] proof, bytes32 leaf) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
paymentPermitted(uint256) view returns (bool)
priceCardInDollar(uint256, uint256) view returns (uint256)
roundCap(uint256) view returns (uint256)
roundReveal(uint256) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
stopTransfer(uint256) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events ADD_DEFAULT_ADMIN_ROLE(address account)
ADD_PAUSER_ROLE(address account)
ADD_UPDATER_ROLE(address account)
AlterPayment(uint256 token)
LEAVE_DEFAULT_ADMIN_ROLE()
LEAVE_PAUSER_ROLE()
LEAVE_UPDATER_ROLE()
allowSwap()
approve(address operator, uint256 tokenId)
batchAirdrop(address[] recipients)
batchMint(uint256 _quantity, address _to) payable
batchMintUsingCryptoCurrency(uint8 token, uint256 _quantity, address _to)
batchMintWhiteList(uint256 _quantity, bytes32[] proof) payable
batchMintWhiteListUsingCryptoCurrency(uint8 token, uint256 _quantity, bytes32[] proof)
batchSwapExistingUsers(uint256[] NFTs)
burn(uint256 tokenId)
endPresale()
endSale()
grantRole(bytes32 role, address account)
pause()
pauseUnpauseNFTsTransfer(uint256 _round, bool flip)
renounceRole(bytes32 role, address account)
reveal(uint256 _round)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMerkleRoot(bytes32 _newRoot)
setRoyaltyInfo(address _receiver, uint96 _royaltyFeesInBips)
startPresale()
startSale()
stopSwap()
transferFrom(address from, address to, uint256 tokenId)
unpause(uint256 _etherPrice, uint256 _discountPercentage, bool _isRoundEnd)
updateBaseUri(string _newbaseURI)
updateDiscountPercentage(uint256 _discountPercentage)
updateEtherPrice(uint256 price)
updatePriceCard(uint256 round, uint256[] updatedValues)
withdrawEthers(address to, uint256 amount)
withdrawTokens(uint256 token, address to, uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)