CryptoRugs
Verified contract
Active on
Ethereum with 2,651 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 "CryptoRugs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20973014 | a month ago | | | 0 | 0.0015079942 | |
| 20663987 | 3 months ago | | | 0 | 0.00050459853 | |
| 20544347 | 3 months ago | | | 0 | 0.000079404684 | |
| 20544344 | 3 months ago | | | 0 | 0.000065585642 | |
| 20544332 | 3 months ago | | | 0 | 0.000077824096 | |
| 19636839 | 8 months ago | | | 0 | 0.00031645768 | |
| 19489495 | 8 months ago | | | 0 | 0.0010840089 | |
| 19478170 | 8 months ago | | | 0 | 0.0010088530 | |
| 19424760 | 9 months ago | | | 0 | 0.0018421812 | |
| 19424757 | 9 months ago | | | 0 | 0.0019393790 |
ABI
ABI objects
Getter at block 21289557
MAX_PURCHASE() view returns (uint256)
30
MAX_RUGS() view returns (uint256)
5555
PRICE_PER_RUG() view returns (uint256)
50000000000000000
name() view returns (string)
CryptoRugs
owner() view returns (address)
0xaf4fb61d7c73a8708fef29c45e957653586175d6
provenanceHash() view returns (string)
saleIsActive() view returns (bool)
true
symbol() view returns (string)
RUG
totalSupply() view returns (uint256)
5555
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)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint16 numberOfTokens) payable
renounceOwnership()
reserve(uint16 numberOfTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMetaBaseURI(string baseURI)
setProvenance(string provHash)
setSaleIsActive(bool active)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount)
withdrawAll()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.