Crypto stamp Edition 1
Verified contract
Active on
Ethereum with 12,314 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HEX | ERC-20 | 0.307 | $0.005148 |
$0 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
SET | ERC-721 | 1 | -- | -- | |
GOO | ERC-20 | 1 | -- | -- | |
MYOU | ERC-20 | 0.3 | -- | -- | |
PMT | ERC-20 | 0.0005 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21223930 | 11 days ago | | | 0 | 0.00097771259 | |
| 21122797 | 25 days ago | | | 0 | 0.0013642550 | |
| 21108499 | a month ago | | | 0 | 0.00014936386 | |
| 21108057 | a month ago | | | 0 | 0.00077622683 | |
| 21107379 | a month ago | | | 0 | 0.00050843306 | |
| 21107348 | a month ago | | | 0 | 0.00061978294 | |
| 21107031 | a month ago | | | 0 | 0.00048087309 | |
| 21070989 | a month ago | | | 0 | 0.00071590601 | |
| 21069699 | a month ago | | | 0 | 0.00061811239 | |
| 21069679 | a month ago | | | 0 | 0.00060573772 |
ABI
ABI objects
Getter at block 21301529
createControl() view returns (address)
0xd39a7ad8ebe8c57aab85f868fe0d454e1aa5349e
mintingFinished() view returns (bool)
true
name() view returns (string)
Crypto stamp Edition 1
symbol() view returns (string)
CS1
tokenAssignmentControl() view returns (address)
0x596e620e175c2c37a5f35a41d9f2305a991ffc89
totalSupply() view returns (uint256)
150000
uribase() view returns (string)
https://crypto.post.at/CS1/meta/
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
State-modifying
Events approve(address to, uint256 tokenId)
create(uint256 _tokenId, address _owner)
createMulti(uint256 _tokenIdStart, address[] _owners)
finishMinting()
newUriBase(string _newUriBase)
rescueToken(address _foreignToken, address _to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _createControl, address _tokenAssignmentControl)
fallback()
This contract contains no error objects.