Cryptons
Verified contract
Active on
Ethereum with 1,634 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,389.26)
Native
Value
$1,389.26
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.375283 | $3,701.89 |
$1,389.26 | |
YOO | ERC-20 | 13.8K | -- | -- | |
CRYPTON | ERC-20 | 92 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20452936 | 4 months ago | | | 0 | 0.000024019000 | |
| 20452936 | 4 months ago | | | 0 | 0.000024019000 | |
| 20452936 | 4 months ago | | | 0 | 0.000026084000 | |
| 20408458 | 4 months ago | | | 0.01 | 0.000087202000 | |
| 16140217 | 2 years ago | | | 0 | 0.0014789988 | |
| 13847924 | 3 years ago | | | 0.021276596 | 0.0035381436 | |
| 13099314 | 3 years ago | | | 0.84042553 | 0.0089959615 | |
| 13099118 | 3 years ago | | | 0.1 | 0.0078342880 | |
| 13023847 | 3 years ago | | | 0.05 | 0.0040112920 | |
| 12288787 | 4 years ago | | | 0.22634676 | 0.012388716 |
ABI
ABI objects
Getter at block 21309943
NAME() view returns (string)
Cryptons
SYMBOL() view returns (string)
CRYPTON
ceoAddress() view returns (address)
0x67c9a9618ea6d22e91a6164ac9ccc69c3ec1d060
cooAddress() view returns (address)
0xb0fdd19d4c89b7267ae29b0229669adbe5904841
getCRYPTON_CUT() view returns (uint16 value)
9
getFIRST_STEP_LIMIT() view returns (uint256 value)
1000000000000000000
getFIRST_STEP_MULTIPLIER() view returns (uint16 value)
200
getSECOND_STEP_MULTIPLIER() view returns (uint16 value)
115
getXPROMO_MULTIPLIER() view returns (uint16 value)
500
implementsERC721() pure returns (bool)
true
name() pure returns (string)
Cryptons
paused() view returns (bool)
false
symbol() pure returns (string)
CRYPTON
totalSupply() view returns (uint256 total)
459
Read-only
balanceOf(address _owner) view returns (uint256 balance)
cryptonIndexToApproved(uint256) view returns (address)
cryptonIndexToOwner(uint256) view returns (address)
cryptonIndexToProtected(uint256) view returns (bool)
getCrypton(uint256 _tokenId) view returns (string cryptonName, uint8 category, uint256 markup, uint256 sellingPrice, address owner, bool isProtected)
getMarkup(uint256 _tokenId) view returns (uint256 markup)
ownerOf(uint256 _tokenId) view returns (address owner)
priceOf(uint256 _tokenId) view returns (uint256 price)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
State-modifying
Events approve(address _to, uint256 _tokenId)
createCrypton(string _name, uint8 _category, uint256 _startingPrice, uint256 _markup, address _owner)
pause()
payout(address _to)
purchase(uint256 _tokenId, uint256 newSellingPrice) payable
setCEO(address _newCEO)
setCOO(address _newCOO)
setCRYPTON_CUT(uint16 newValue)
setFIRST_STEP_LIMIT(uint256 newLimit)
setFIRST_STEP_MULTIPLIER(uint16 newValue)
setMarkup(uint256 _tokenId, uint256 newMarkup)
setPriceForProtectedCrypton(uint256 _tokenId, uint256 newSellingPrice)
setProtectionForMyUnprotectedCrypton(uint256 _tokenId, uint256 newSellingPrice) payable
setSECOND_STEP_MULTIPLIER(uint16 newValue)
setXPROMO_MULTIPLIER(uint16 newValue)
takeOwnership(uint256 _tokenId)
transfer(address _to, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
unpause()
Approval(address indexed owner, address indexed approved, uint256 tokenId)
Birth(uint256 tokenId, string name, address owner, bool isProtected, uint8 category)
ContractIsPaused(bool paused)
CryptonIsProtected(uint256 tokenId)
MarkupChanged(string name, uint256 newMarkup)
OwnerProtectedCrypton(uint256 _tokenId, uint256 newSellingPrice)
PaymentTransferredToPreviousOwner(uint256 tokenId, uint256 oldPrice, uint256 newPrice, address prevOwner, address winner, string name)
ProtectedCryptonSellingPriceChanged(uint256 tokenId, uint256 newSellingPrice)
TokenSold(uint256 tokenId, uint256 oldPrice, uint256 newPrice, address prevOwner, address winner, string name)
Transfer(address from, address to, uint256 tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.