Cryptorastas
Verified contract
Active on
Ethereum with 8,941 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Cryptorastas"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21254748 | 7 hours ago | | | 0 | 0.0012320438 | |
| 21254426 | 8 hours ago | | | 0 | 0.00045738591 | |
| 21240751 | 2 days ago | | | 0 | 0.00058876652 | |
| 21240687 | 2 days ago | | | 0 | 0.00042217443 | |
| 21240672 | 2 days ago | | | 0 | 0.00043460558 | |
| 21240640 | 2 days ago | | | 0 | 0.00056748698 | |
| 21240617 | 2 days ago | | | 0 | 0.00057432775 | |
| 21239409 | 2 days ago | | | 0 | 0.00060612494 | |
| 21232815 | 3 days ago | | | 0 | 0.00040399744 | |
| 21232538 | 3 days ago | | | 0 | 0.00042779712 |
ABI
ABI objects
Getter at block 21256720
MAX_RASTA() view returns (uint256)
10221
baseURI() view returns (string)
https://api.cryptorastas.xyz/token/
contractURI() view returns (string)
https://api.cryptorastas.xyz/contract
hasSaleStarted() view returns (bool)
false
hasSoldOut() view returns (bool)
true
name() view returns (string)
Cryptorastas
owner() view returns (address)
0xa0ac4799ae4dfd4b90c3bd124115c2c0e6a55aca
price() view returns (uint256)
50000000000000000
symbol() view returns (string)
RASTA
totalSupply() view returns (uint256)
10421
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenExists(uint256 tokenId) view returns (bool)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events Mint420(uint256 quantity) payable
approve(address to, uint256 tokenId)
mint420(uint256 quantity, address receiver) payable
pauseSale()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPrice(uint256 _price)
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Minted(uint256 tokenId, address owner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI, string contractURI, address accountAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.