DomainSale
Verified contract
Active on
Ethereum with 3,942 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($813.92)
Native
Value
$813.92
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.238523 | $3,412.32 |
$813.92 | |
YOO | ERC-20 | 15K | -- | -- | |
0x57f1…ea85 (#115783727784177535435576047747124531228335352206933743968805324538738335558903) | ERC-721 | 1 | -- | -- | |
0x57f1…ea85 (#115343595334109925136812197069516564246435580007712270776435252591736705059392) | ERC-721 | 1 | -- | -- | |
0x57f1…ea85 (#115320765404750584036091688792268866412001852949537921542805269049470116661930) | ERC-721 | 1 | -- | -- | |
0x57f1…ea85 (#115052901743643500653101106787151022906264793356932638492472447560632076631679) | ERC-721 | 1 | -- | -- | |
0x57f1…ea85 (#115052363131674487385360369364591550364962506485501371705810958282802970305915) | ERC-721 | 1 | -- | -- | |
0x57f1…ea85 (#114976767447776989563035656158660909756830924802834761075614481541733776967583) | ERC-721 | 1 | -- | -- | |
0x57f1…ea85 (#114156971962941386988390573781531611858432231853313373057232180365315946802968) | ERC-721 | 1 | -- | -- | |
0x57f1…ea85 (#114068752328318937301462609626030799462260407466754812334099770859600045946603) | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20979922 | a month ago | | | 0 | 0.0019469522 | |
| 20979922 | a month ago | | | 0 | 0.0019464313 | |
| 20979922 | a month ago | | | 0 | 0.0019464313 | |
| 20885360 | 2 months ago | | | 0 | 0.00070906900 | |
| 20885360 | 2 months ago | | | 0 | 0.00070906900 | |
| 20288464 | 4 months ago | | | 0 | 0.000056942611 | |
| 9420504 | 5 years ago | | | 0 | 0.00021239700 | |
| 9420494 | 5 years ago | | | 0 | 0.00021236100 | |
| 9420490 | 5 years ago | | | 0 | 0.00021236100 | |
| 9420484 | 5 years ago | | | 0 | 0.00021236100 |
ABI
ABI objects
Getter at block 21256508
paused() view returns (bool)
false
registrar() view returns (address)
0x6090a6e47849629b7245dfa1ca21d94cd15878ef
Read-only
auctionEnds(string _name) view returns (uint256)
auctionStarted(string _name) view returns (bool)
balance(address addr) view returns (uint256)
isAuction(string _name) view returns (bool)
isBuyable(string _name) view returns (bool)
isPermitted(address addr, bytes32 permission) view returns (bool)
minimumBid(string _name) view returns (uint256)
price(string _name) view returns (uint256)
sale(string _name) view returns (uint256, uint256, uint256, address, uint256, uint256)
State-modifying
Events bid(string _name, address bidReferrer) payable
buy(string _name, address bidReferrer) payable
cancel(string _name)
finish(string _name)
invalidate(string _name)
offer(string _name, uint256 _price, uint256 reserve, address referrer)
pause() returns (bool)
setPermission(address addr, bytes32 permission, bool allowed)
unpause() returns (bool)
withdraw()
Bid(address indexed bidder, string name, uint256 bid)
Cancel(string name)
Offer(address indexed seller, string name, uint256 price, uint256 reserve)
Pause()
Transfer(address indexed seller, address indexed buyer, string name, uint256 value)
Unpause()
Withdraw(address indexed recipient, uint256 amount)
constructor(address _registry)
This contract contains no fallback and receive objects.
This contract contains no error objects.