Robotronix
Verified contract
Active on
Ethereum with 1,719 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 "Robotronix"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20471607 | 4 months ago | | | 0 | 0.00013559028 | |
| 20433171 | 4 months ago | | | 0 | 0.00030761983 | |
| 20433169 | 4 months ago | | | 0 | 0.00018404652 | |
| 20433160 | 4 months ago | | | 0 | 0.00019699303 | |
| 19031915 | a year ago | | | 0 | 0.0013767478 | |
| 18925149 | a year ago | | | 0 | 0.00033034365 | |
| 18909562 | a year ago | | | 0 | 0.00026788790 | |
| 18375448 | a year ago | | | 0 | 0.00032222428 | |
| 17990396 | a year ago | | | 0 | 0.00076753436 | |
| 17832096 | a year ago | | | 0 | 0.00033635675 |
ABI
ABI objects
Getter at block 21411374
FREE_MINTED() view returns (uint256)
9248
maxFree() view returns (uint256)
1
maxFreeSupply() view returns (uint256)
10000
maxSupply() view returns (uint256)
9999
maxTx() view returns (uint256)
10
name() view returns (string)
Robotronix
owner() view returns (address)
0xded7a7749beda665ea9baace0aa9ecbbb8899181
paused() view returns (bool)
false
revealed() view returns (bool)
true
salePrice() view returns (uint256)
0
symbol() view returns (string)
RBT
totalSupply() view returns (uint256)
9999
Read-only
CLAIMED(address) view returns (uint256)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events airdrop(address _to, uint256 _quantity)
approve(address to, uint256 tokenId)
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxFree(uint256 _maxFree)
setMaxFreeSupply(uint256 _maxFreeSupply)
setMaxSupply(uint256 _maxSupply)
setMaxTx(uint256 _maxTx)
setPaused(bool _state)
setRevealed(bool _state)
setSalePrice(uint256 _newPrice)
setUriPrefix(string _uriPrefix)
teamMint(uint256 _quantity)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.