Vitalik Rocks
Verified contract
Active on
Ethereum with 2,170 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 "Vitalik Rocks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17016122 | 2 years ago | | | 0 | 0.00090586057 | |
| 16590037 | 2 years ago | | | 0 | 0.0021646373 | |
| 16387952 | 2 years ago | | | 0 | 0.00096782746 | |
| 16135112 | 2 years ago | | | 0 | 0.00088422061 | |
| 15234052 | 2 years ago | | | 0 | 0.00025067240 | |
| 14704767 | 3 years ago | | | 0.079470306 | 0.011492103 | |
| 14594699 | 3 years ago | | | 0 | 0.0010151151 | |
| 14587291 | 3 years ago | | | 0.079183346 | 0.0071790400 | |
| 14587289 | 3 years ago | | | 0.078897422 | 0.0086838400 | |
| 14586527 | 3 years ago | | | 0.07861253 | 0.0089738000 |
ABI
ABI objects
Getter at block 21304573 checkBalance() view returns (uint256)
MAX_VITALIKS() view returns (uint256)
1000
baseExtension() view returns (string)
.json
latestNewVitalikForSale() view returns (uint256)
575
name() view returns (string)
Vitalik Rocks
owner() view returns (address)
0x46802bdfa19f3d777d4ab1abfc1aa4dedc3a01a5
symbol() view returns (string)
VITALIKROCKS
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getVitalikInfo(uint256 vitalikNumber) view returns (address, bool, uint256, uint256)
getVitalikOwner(uint256 vitalikNumber) view returns (address)
getVitalikOwnerHistory(address _address) view returns (uint256[] ownersHistory)
idToApproval(uint256) view returns (address)
idToOwner(uint256) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
ownerToNFTokenCount(address) view returns (uint256)
ownerToOperators(address, address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
vitalikOwnersHistory(address, uint256) view returns (uint256)
vitaliks(uint256) view returns (address owner, bool currentlyForSale, uint256 price, uint256 timesSold)
State-modifying
Events approve(address to, uint256 tokenId)
buyVitalik(uint256 vitalikNumber) payable
dontSellVitalik(uint256 vitalikNumber)
giftVitalik(uint256 vitalikNumber, address receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sellVitalik(uint256 vitalikNumber, uint256 price)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string initBaseURI, uint256 maxNFTSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.