Onlybots
Verified contract
Active on
Ethereum with 11,333 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdaed…7eea
1 additional
variable
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,099.45 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21104121 | 17 days ago | | | 0 | 0.00018302480 | |
| 21090184 | 19 days ago | | | 0 | 0.00032672187 | |
| 21034743 | a month ago | | | 0 | 0.00045233044 | |
| 21021141 | a month ago | | | 0 | 0.00075924762 | |
| 21021139 | a month ago | | | 0 | 0.00075842691 | |
| 21021138 | a month ago | | | 0 | 0.00079109792 | |
| 21021136 | a month ago | | | 0 | 0.00083340045 | |
| 21021135 | a month ago | | | 0 | 0.00092797698 | |
| 21001807 | a month ago | | | 0 | 0.00048695380 | |
| 21001687 | a month ago | | | 0 | 0.00058100917 |
ABI
ABI objects
Getter at block 21224653
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
WITHDRAW_ROLE() view returns (bytes32)
0x5d8e12c39142ff96d79d04d15d1ba1269e4fe57bb9d26f43523628b34ba108ec
authSigner() view returns (address)
0xd81c1fd351b11b12ebdf8a8e2eedef076fef4343
deserializer() view returns (address)
0xdaedecf3fc1505f0aae9103da81904c99d8f7eea
getCurrentBatchInfo() view returns (uint256, uint256, uint256)
(16, 0, 0)
getWalletAuthorization() view returns (bool)
false
name() view returns (string)
Onlybots
openSeaContractURI() view returns (string)
operatorFilterRegistry() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner() view returns (address)
0x6861080a5dd99f5633a3612cfe34487d3e578c58
paused() view returns (bool)
false
royaltyRecipient() view returns (address)
0xb79fd49eb2586609e4d2a27e6256bbe17281f3f8
symbol() view returns (string)
ONLYBOTS
totalSupply() view returns (uint256)
2048
Read-only
balanceOf(address owner) view returns (uint256)
dataContracts(uint256) view returns (address dataContract, uint256 size, uint256 price, string cid)
findTokenId(uint128 _batchIndex, uint128 _relativeBotId) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBotData(uint256 _tokenId) view returns (string)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
statuses(address) view returns (bool authorized, uint128 lastBatchMinted)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenIdToBotId(uint256) view returns (uint128 batchIndex, uint128 relativeBotId)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events airdrop(address _airdropRecipient)
appendDataContract(address _onlyBotsAddress, uint256 _expectedIndex, string _cid)
approve(address operator, uint256 tokenId)
authorize(uint8 _v, bytes32 _r, bytes32 _s)
authorizeAndMint(uint8 _v, bytes32 _r, bytes32 _s) payable
grantRole(bytes32 role, address account)
mint() payable
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setAuthSigner(address _signer)
setDataContractCID(uint256 _index, string _cid)
setDeserializer(address _deserializer)
setOpenSeaURI(string _uri)
setPaused(bool _value)
setRoyaltyRecipient(address _royaltyRecipient)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateOperatorFilterRegistryAddress(address newRegistry)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address indexed recipient, uint256 indexed tokenId, uint256 indexed relativeBotId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address _deserializer, bool _capMint)
fallback()
receive()
AddressAlreadyMinted(address addr)
AddressNotAuthorized(address addr)
BatchHasRemainingSupply(uint256 supply, uint256 batchOffset, uint256 lastBatchSize)
BatchNotAirdropEligible(uint256 batchId)
BrokenBotAssignment(uint256 botId, uint256 expectedTokenId, uint256 unexpectedTokenId)
ConsecutiveNotSupported(uint256 givenBatchSize)
InvalidBatchIndex(uint256 given, uint256 currentLength)
InvalidBotId(uint256 botId)
InvalidBurnAddress(address sender, address from)
InvalidMintAddress(address sender, address to)
InvalidMintValue(uint256 required, uint256 given)
InvalidRNGMax(uint256 max)
InvalidRNGRoll(uint256 random)
InvalidSignature(address authSigner, address recoveredSigner)
InvalidTokenId(uint256 tokenId)
MissingBotAssignment(uint256 tokenId)
NoDataContracts()
OnlyOwner()
OperatorNotAllowed(address operator)
UnknownBot(uint128 batchIndedx, uint128 relativeBotId)