Solarbots
Verified contract
Active on
Ethereum with 10,008 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 "Solarbots"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21281845 | 6 hours ago | | | 0 | 0.00092705398 | |
| 21210050 | 10 days ago | | | 0 | 0.00078832221 | |
| 21206052 | 11 days ago | | | 0 | 0.00045425626 | |
| 21111124 | 24 days ago | | | 0 | 0.00032585807 | |
| 20934050 | 2 months ago | | | 0 | 0.00099929427 | |
| 20848963 | 2 months ago | | | 0 | 0.00032114514 | |
| 20647486 | 3 months ago | | | 0 | 0.00019719364 | |
| 20643826 | 3 months ago | | | 0 | 0.000075164445 | |
| 20392290 | 4 months ago | | | 0 | 0.00026118531 | |
| 20392284 | 4 months ago | | | 0 | 0.00038717496 |
ABI
ABI objects
Getter at block 21283487
MAX_PER_CALL() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
40000
PRICE() view returns (uint256)
200000000000000000
merkleRoot() view returns (bytes32)
0xeec9e03041f898b2e64d06d7d006ce6c2a67b6cd3bb354a4ca5b27f239804ae4
name() view returns (string)
Solarbots
owner() view returns (address)
0x83d82244da1c86958b551c9f51812e20f1c14b26
publicSaleDate() view returns (uint256)
1640199600
reserved() view returns (uint256)
14
rewardsUnlocked() view returns (bool)
true
suffix() view returns (string)
.json
symbol() view returns (string)
MK1
totalSupply() view returns (uint256)
39944
uri() view returns (string)
https://metadata.solarbots.com/mk1/
whitelistSale() view returns (uint256)
1640023200
yieldToken() view returns (address)
0xbe1767bbe37fd77a4b1b8d2da86de39ea60f46cb
Read-only
balanceOf(address owner) view returns (uint256)
claimedBitMap(uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getGenes(uint256 _id) view returns (uint256 gene)
human(address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isClaimed(uint256 _index) view returns (bool)
mintedBy(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
reservedToMint(address) view returns (uint256)
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)
fetchEther()
getReward()
meHuman(string _msg, bytes _sig)
mintAllBotsWithSignature(uint256 _index, address _account, uint256 _amount, bytes32[] _proof) payable
mintBots(uint256 _amount) payable
mintRemainder(uint256 _amount)
mintSomeBotsWithSignature(uint256 _toMint, uint256 _index, address _account, uint256 _amount, bytes32[] _proof) payable
renounceOwnership()
reserveBots(uint256 _amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferMints(address _to, uint256 _amount)
transferOwnership(address newOwner)
updateRewardLock(bool _val)
updateSuffix(string _suffix)
updateURI(string _newURI)
updateYieldToken(address _token)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BotMinted(uint256 indexed tokenId, address indexed receiver, uint256 genes)
Claimed(uint256 index, address account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _whitelistSale, uint256 _publicSaleDate, bytes32 _root)
This contract contains no fallback and receive objects.
This contract contains no error objects.