ROBOROVSKI
Verified contract
Active on
Ethereum with 16,470 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 10000 additional slots
-
variable spans 9999 additional slots
3 additional
variables
Balances ($2,012.24)
Native
Value
$2,012.24
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.6 | $3,353.73 |
$2,012.24 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21119772 | 18 days ago | | | 0 | 0.000097436000 | |
| 20904779 | 2 months ago | | | 0 | 0.00010148351 | |
| 20604677 | 3 months ago | | | 0 | 0.000020131815 | |
| 20593817 | 3 months ago | | | 0 | 0.000078870730 | |
| 20584917 | 3 months ago | | | 0 | 0.00014719097 | |
| 20584885 | 3 months ago | | | 0 | 0.00014691552 | |
| 20584878 | 3 months ago | | | 0 | 0.00013512803 | |
| 20584874 | 3 months ago | | | 0 | 0.00013141160 | |
| 20584735 | 3 months ago | | | 0 | 0.00018742537 | |
| 20527821 | 3 months ago | | | 0 | 0.00020239003 |
ABI
ABI objects
Getter at block 21248921 contractURI() view returns (string)
PRICE_CHANGE_NAME() view returns (uint256)
1830000000000000000000
PROVENANCE() view returns (string)
2b31dacf206363e97c00dba61fe88ea8863ad358d5f39d8716e3ea8f9fdd0e9f
RNCT() view returns (address)
0x2c5e6ffe9f7f161c15f78cd67d79c33a7c8d84b5
TRAITS() view returns (address)
0xb336a3f717882fd7e70dcb66228f9005a50fa5c5
name() view returns (string)
ROBOROVSKI
owner() view returns (address)
0x5af3f92c0725d54565014b5ea0d5f15a685d1a2a
symbol() view returns (string)
ROBO
totalSupply() view returns (uint256)
4512
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMintedBeforeSale(uint256) view returns (bool)
isNameReserved(string nameString) view returns (bool)
mintedOf(uint256, address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
rawOwnerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) pure returns (bool)
toLower(string str) pure returns (string)
tokenByIndex(uint256 index) pure returns (uint256)
tokenName(uint256 tokenId) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
validateName(string str) pure returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
changeName(uint256 tokenId, string newName)
mint(uint256 count, uint256 signId, bytes signature) payable
mintAirdrop(address[] accounts)
mintPresale(uint256 count, uint256 signId, bytes signature) payable
mintRaffle(uint256 count, uint256 signId, bytes signature) payable
recoverErc20(address tokenAddress, uint256 amount, address to)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string fileExtension)
setBaseURI(string uri_)
setContractURI(string uri_)
setNotRevealedURI(string uri_)
setPause(bool paused_)
setProvenance(string provenance_)
setSigner(address newSigner)
setTokenURIs(uint256[] ids, string[] uris)
setTraits(address traits_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unsetProxyRegistry()
withdraw(uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NameChange(uint256 indexed tokenId, string newName)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdrawed(address indexed recipient, uint256 amount)
constructor(address rnct_, address proxyRegistry_)
This contract contains no fallback and receive objects.
This contract contains no error objects.