CryptoStamps
Verified contract
Active on
Ethereum with 1,402 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4.63)
Native
Value
$4.63
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001358 | $3,406.51 |
$4.63 | |
CS | ERC-20 | 11 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13415527 | 3 years ago | | | 0.022634676 | 0.0067129174 | |
| 13100896 | 3 years ago | | | <0.00000001 | 0.011026738 | |
| 5509600 | 7 years ago | | | 0 | 0.000062362000 | |
| 5311867 | 7 years ago | | | 0.011638298 | 0.00020385800 | |
| 5295087 | 7 years ago | | | 0 | 0.000049778400 | |
| 5288675 | 7 years ago | | | 0.21901216 | 0.00017385800 | |
| 5288608 | 7 years ago | | | 0.47385566 | 0.00017385800 | |
| 5283003 | 7 years ago | | | 0.10346571 | 0.000086929000 | |
| 5282969 | 7 years ago | | | 0.049158886 | 0.00017385800 | |
| 5282963 | 7 years ago | | | 0.21901216 | 0.00017385800 |
ABI
ABI objects
Getter at block 21255588
NAME() view returns (string)
CryptoStamps
SYMBOL() view returns (string)
CS
ceoAddress() view returns (address)
0xdf937b071199dafdb3b96b09533e286809b803aa
cooAddress() view returns (address)
0xdf937b071199dafdb3b96b09533e286809b803aa
implementsERC721() pure returns (bool)
true
name() pure returns (string)
CryptoStamps
stampCreatedCount() view returns (uint256)
250
symbol() pure returns (string)
CS
totalSupply() view returns (uint256 total)
250
totaletherstransacted() view returns (uint256)
268664012832216695302
totaltransactions() view returns (uint256)
1369
Read-only
balanceOf(address _owner) view returns (uint256 balance)
dissolvedIndexToApproved(uint256) view returns (address)
getStamp(uint256 _tokenId) view returns (uint256 birthtimestamp, uint256 sellingPrice, address owner)
nextpriceOf(uint256 _tokenId) view returns (uint256 price)
ownerOf(uint256 _tokenId) view returns (address owner)
priceOf(uint256 _tokenId) view returns (uint256 price)
stampIndexToApproved(uint256) view returns (address)
stampIndexToOwner(uint256) view returns (address)
stampIndextodissolved(uint256) view returns (bool)
stampIndextotransactions(uint256) view returns (uint256)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
State-modifying
Events approve(address _to, uint256 _tokenId)
controlstampdissolution(bool control, uint256 _tokenId)
createStamp(address _owner, uint256 _price)
dissolve(uint256 _tokenId)
pausecontract()
payout(address _to)
purchase(uint256 _tokenId) payable
setCEO(address _newCEO)
setCOO(address _newCOO)
setcut(uint256 cutowner) returns (uint256)
setdissolveaddress(address dissolveaddress) returns (address)
setdissolvedcontract(address dissolvedaddress) returns (address)
setdissolveprice(uint256 number) returns (uint256)
setnumber(uint256 number) returns (uint256)
takeOwnership(uint256 _tokenId)
transfer(address _to, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
transferdissolvedFrom(address _from, address _to, uint256 _tokenId)
unpausecontract()
Approval(address indexed owner, address indexed approved, uint256 tokenId)
Dissolved(address owner, uint256 tokenId)
TokenSold(uint256 tokenId, uint256 oldPrice, uint256 newPrice, address prevOwner, address winner)
Transfer(address from, address to, uint256 tokenId)
TransferDissolved(address indexed from, address indexed to, uint256 tokenId)
stampBirth(uint256 tokenId, address owner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.