EtherDirt
Verified contract
Active on
Ethereum with 494 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 "EtherDirt"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18828566 | a year ago | | | 0 | 0.0027844891 | |
| 16680146 | 2 years ago | | | 0 | 0.0046474667 | |
| 16479982 | 2 years ago | | | 0 | 0.0011128435 | |
| 15843893 | 2 years ago | | | 0 | 0.00029106575 | |
| 15785380 | 2 years ago | | | 0 | 0.00078062344 | |
| 15593565 | 2 years ago | | | 0 | 0.0010856089 | |
| 15179392 | 2 years ago | | | 0 | 0.00079312611 | |
| 14895475 | 2 years ago | | | 0 | 0.0032691096 | |
| 14615788 | 3 years ago | | | 0 | 0.0018975491 | |
| 14614856 | 3 years ago | | | 0 | 0.0014695572 |
ABI
ABI objects
Getter at block 21293268
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmeftMr8VGjUzFNakBkHX6dpQbua17uADQrNbv5aBzRPv7/id/
latestNewDirtForSale() view returns (uint256)
95
name() view returns (string)
EtherDirt
owner() view returns (address)
0x620cb7135d26bfebec3e92af656212e9b104b0e3
symbol() view returns (string)
DIRT
totalSupply() view returns (uint256)
95
Read-only
balanceOf(address owner) view returns (uint256)
dirt(uint256) view returns (address owner, bool currentlyForSale, uint256 price, uint256 timesSold)
dirtOwners(address, uint256) view returns (uint256)
dirtOwningHistory(address _address) view returns (uint256[])
getApproved(uint256 tokenId) view returns (address)
getDirtInfo(uint256 dirtNumber) view returns (address, bool, uint256, uint256)
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)
buyDirt(uint256 dirtNumber) payable
dontSellDirt(uint256 dirtNumber)
giftDirt(uint256 dirtNumber, address receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sellDirt(uint256 dirtNumber, uint256 price)
setApprovalForAll(address operator, bool approved)
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 baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.