Crypto stamp Edition 2
Verified contract
Active on
Ethereum with 10,449 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0x555b…1619
-
variable spans 524287 additional slots
-
variable spans 19 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CS2 | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21067829 | 19 days ago | | | 0 | 0.00062193840 | |
| 20978857 | a month ago | | | 0 | 0.00093986454 | |
| 20899731 | a month ago | | | 0 | 0.00045879015 | |
| 20899683 | a month ago | | | 0 | 0.00033128114 | |
| 20794035 | 2 months ago | | | 0 | 0.0015352899 | |
| 20755073 | 2 months ago | | | 0 | 0.00020862159 | |
| 20754948 | 2 months ago | | | 0 | 0.00024430083 | |
| 20703982 | 2 months ago | | | 0 | 0.000080559583 | |
| 20695173 | 2 months ago | | | 0 | 0.00019152317 | |
| 20646478 | 3 months ago | | | 0 | 0.000099393364 |
ABI
ABI objects
Getter at block 21207284
CS1Address() view returns (address)
0x7e789e2dd1340971de0a9bca35b14ac0939aa330
CS1ColorsAddress() view returns (address)
0x6b0ec039d368b9a9d044391de2437ba24131e87b
achievementsContract() view returns (address)
0x555b93d60faaa1abec6a1c57c1d217cbeeb91619
allowPublicMinting() view returns (bool)
false
baseURI() view returns (string)
https://crypto.post.at/CS2/meta/
createControl() view returns (address)
0x4ed803e557f5406218cac770fd8369819b0821ba
dataRoot() view returns (bytes32)
0x965092ab4e89fb191a8ecff53fdad75c625d9729b4bc40d9a98d31da69bd98a4
mintedSupply() view returns (uint256)
23934
mintingFinished() view returns (bool)
false
name() view returns (string)
Crypto stamp Edition 2
publicMintingAllowed() view returns (bool)
false
symbol() view returns (string)
CS2
tokenAssignmentControl() view returns (address)
0x596e620e175c2c37a5f35a41d9f2305a991ffc89
totalSupply() view returns (uint256)
240000
upgradeMaximum() view returns (uint256)
0
upgradesAllowed() view returns (bool)
false
upgradesDone() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
colorSupply(uint8 _color) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getColor(uint256 tokenId) view returns (uint8)
getColorFromProof(bytes32 tokenData, bytes32[] merkleProof) view returns (uint8)
getDataFieldsFromProof(bytes32 tokenData, bytes32[] merkleProof) view returns (uint256, address, uint8, uint8)
getOwnerFromProof(bytes32 tokenData, bytes32[] merkleProof) view returns (address)
getTokenIdFromProof(bytes32 tokenData, bytes32[] merkleProof) view returns (uint256)
getType(uint256 tokenId) view returns (uint8)
getTypeFromProof(bytes32 tokenData, bytes32[] merkleProof) view returns (uint8)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
signedTransferNonce(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
typeColorSupply(uint256, uint256) view returns (uint256)
typeSupply(uint8 _type) view returns (uint256)
usedInUpgrade(uint256) view returns (bool)
usedInUpgradeCS1(uint256) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
approveNFTrescue(address _foreignNFT, address _to)
create(uint256 _tokenId, address _owner, uint8 _type, uint8 _color)
createMulti(uint256 _tokenIdStart, address[] _owners, uint8[] _types, uint8[] _colors)
createWithProof(bytes32 tokenData, bytes32[] merkleProof) returns (uint256)
disablePublicMinting()
enablePublicMinting()
registerReverseENS(address _reverseRegistrarAddress, string _name)
rescueToken(address _foreignToken, address _to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAchievementsContract(address _achievementsAddress)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setDataRoot(bytes32 _newDataRoot)
setUpgradeMaximum(uint256 _newUpgradeMaximum)
signedTransfer(uint256 _tokenId, address _to, bytes _signature)
signedTransferWithMintProof(bytes32 tokenData, address _to, bytes _signature, bytes32[] merkleProof)
signedTransferWithOperator(uint256 _tokenId, address _to, bytes _signature)
signedTransferWithOperatorAndMintProof(bytes32 tokenData, address _to, bytes _signature, bytes32[] merkleProof)
transferCreateControl(address _newCreateControl)
transferFrom(address from, address to, uint256 tokenId)
transferTokenAssignmentControl(address _newTokenAssignmentControl)
upgradeStamp(uint256 _upgradeTokenId, uint256 _helperTokenId1, uint256 _helperTokenId2)
upgradeStampWithJoker(uint256 _upgradeTokenId, uint256 _helperTokenId, uint256 _helperCS1TokenId)
AchievementsContractSet(address indexed achievementsContractAddress)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURI(string value)
CreateControlTransferred(address indexed previousCreateControl, address indexed newCreateControl)
DataRootSet(bytes32 dataRoot)
MintedWithProof(address operator, uint256 indexed tokenId, address indexed owner, uint8 aType, uint8 color)
PublicMintingDisabled()
PublicMintingEnabled()
SeenCS2ColorChanged(uint256 tokenId, uint8 previousColor, uint8 newColor)
SignedTransfer(address operator, address indexed from, address indexed to, uint256 indexed tokenId, uint256 signedTransferNonce)
StampUpgraded(uint256 indexed changedTokenId, uint8 previousColor, uint8 newColor, bool withJoker, uint256 usedTokedId1, uint256 usedTokenId2)
TokenAssignmentControlTransferred(address indexed previousTokenAssignmentControl, address indexed newTokenAssignmentControl)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UpgradeMaximumChanged(uint256 previousUpgradeMaximum, uint256 newUpgradeMaximum)
constructor(address _createControl, address _tokenAssignmentControl, address _CS1Address, address _CS1ColorsAddress, uint256 _finalSupply, uint256 _upgradeMaximum)
receive()
This contract contains no error objects.