robobots
Verified contract
Active on
Ethereum with 14,841 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($15.81)
Native
Value
$15.81
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00401 | $3,943.00 |
$15.81 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20620194 | 4 months ago | | | 0 | 0.000094096319 | |
| 20610231 | 4 months ago | | | 0 | 0.000022554234 | |
| 20596914 | 4 months ago | | | 0 | 0.000056168974 | |
| 20596889 | 4 months ago | | | 0 | 0.000055576822 | |
| 20571136 | 4 months ago | | | 0 | 0.000057589432 | |
| 20571113 | 4 months ago | | | 0 | 0.000059199763 | |
| 20571099 | 4 months ago | | | 0 | 0.000058994310 | |
| 20562651 | 4 months ago | | | 0 | 0.000053096630 | |
| 19164882 | 10 months ago | | | 0 | 0.00053199944 | |
| 18909737 | a year ago | | | 0 | 0.00024862059 |
ABI
ABI objects
Getter at block 21387881
CANNOT_TRANSFER_TO_ZERO_ADDRESS() view returns (string)
018002
NOT_CURRENT_OWNER() view returns (string)
018001
feePercent() view returns (uint256)
1
imageHash() view returns (string)
d4c5e36e00ab8cefae0f3c04ad14f71209e75897a9dd1a3e59a01a51be7dfbf0
name() view returns (string _name)
robobots
owner() view returns (address)
0x29edb0688df60f3dd3d250d50975f09e5c3c378a
symbol() view returns (string _symbol)
🤖
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address _owner) view returns (uint256)
bids(uint256) view returns (bool hasBid, uint256 tokenId, address bidder, uint256 value)
getApproved(uint256 _tokenId) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool)
offers(uint256) view returns (bool isForSale, uint256 tokenId, address seller, uint256 minValue, address onlySellTo)
ownerOf(uint256 _tokenId) view returns (address _owner)
pendingWithdrawals(address) view returns (uint256)
supportsInterface(bytes4 _interfaceID) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events acceptBid(uint256 _tokenId, uint256 _minSalePriceInWei)
approve(address _approved, uint256 _tokenId)
buy(uint256 _tokenId) payable
makeBid(uint256 _tokenId) payable
makeOffer(uint256 _tokenId, uint256 _minSalePriceInWei)
makeOfferToAddress(uint256 _tokenId, uint256 _minSalePriceInWei, address _toAddress)
mint(address _to, uint256 _tokenId)
mintAll(address[] _to, uint256[] _tokenIds)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _operator, bool _approved)
setBaseTokenURI(string _baseUri)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address _newOwner)
withdrawBid(uint256 _tokenId)
withdrawFunds()
withdrawOffer(uint256 _tokenId)
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
BidMade(uint256 indexed tokenId, uint256 value, address indexed fromAddress)
BidRemoved(uint256 indexed tokenId, uint256 value, address indexed fromAddress)
OfferMade(uint256 indexed tokenId, uint256 minValue, address indexed toAddress)
OfferRemoved(uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PurchaseMade(uint256 indexed tokenId, uint256 value, address indexed fromAddress, address indexed toAddress)
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.