CryptoWhale
Verified contract
Active on
Ethereum with 98 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CryptoWhale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5260190 | 7 years ago | | | 0.054324 | 0.00027454800 | |
| 5246284 | 7 years ago | | | 0 | 0.000031139000 | |
| 5214341 | 7 years ago | | | 0.054324 | 0.0014302400 | |
| 5214315 | 7 years ago | | | 0.38319 | 0.00056512000 | |
| 5214312 | 7 years ago | | | 0.489178 | 0.00056512000 | |
| 5214305 | 7 years ago | | | 1.398942 | 0.0014145300 | |
| 5214301 | 7 years ago | | | 1.398942 | 0.00086438000 | |
| 5214301 | 7 years ago | | | 0.300165 | 0.0035469920 | |
| 5214295 | 7 years ago | | | 0.06935 | 0.00028604800 | |
| 5214266 | 7 years ago | | | 0.23513 | 0.00033907200 |
ABI
ABI objects
Getter at block 21215902
NAME() view returns (string)
CryptoWhale
SYMBOL() view returns (string)
WhaleToken
ceoAddress() view returns (address)
0xc15d9f97ac926a6a29a681f5c19e2b56fd208f00
cooAddress() view returns (address)
0xc15d9f97ac926a6a29a681f5c19e2b56fd208f00
implementsERC721() pure returns (bool)
true
name() pure returns (string)
CryptoWhale
promoCreatedCount() view returns (uint256)
8
symbol() pure returns (string)
WhaleToken
totalSupply() view returns (uint256 total)
8
Read-only
balanceOf(address _owner) view returns (uint256 balance)
getWhale(uint256 _tokenId) view returns (uint256 Id, string whaleName, uint256 sellingPrice, address owner)
ownerOf(uint256 _tokenId) view returns (address owner)
priceOf(uint256 _tokenId) view returns (uint256 price)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
whaleIndexToApproved(uint256) view returns (address)
whaleIndexToOwner(uint256) view returns (address)
State-modifying
Events approve(address _to, uint256 _tokenId)
createContractWhale(string _name)
createPromoWhale(address _owner, string _name, uint256 _price)
payout(address _to)
purchase(uint256 _tokenId) payable
setCEO(address _newCEO)
setCOO(address _newCOO)
takeOwnership(uint256 _tokenId)
transfer(address _to, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
Approval(address indexed owner, address indexed approved, uint256 tokenId)
Birth(uint256 tokenId, string name, address owner)
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.