Baby Battle Bots Gen One
Verified contract
Active on
Ethereum with 4,876 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 "Baby Battle Bots Gen One"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20749472 | 2 months ago | | | 0 | 0.00010971965 | |
| 20720941 | 2 months ago | | | 0 | 0.00034041093 | |
| 20586477 | 3 months ago | | | 0 | 0.000028599775 | |
| 19658830 | 7 months ago | | | 0 | 0.00019292806 | |
| 19435349 | 8 months ago | | | 0 | 0.0032892763 | |
| 19404198 | 8 months ago | | | 0 | 0.0011367887 | |
| 19340457 | 8 months ago | | | 0 | 0.0012421118 | |
| 19325808 | 8 months ago | | | 0 | 0.0039164649 | |
| 19025868 | 10 months ago | | | 0 | 0.0013603764 | |
| 18934314 | 10 months ago | | | 0 | 0.00050930036 |
ABI
ABI objects
Getter at block 21169131
_ESpaused() view returns (bool)
true
_paused() view returns (bool)
true
getPrice() view returns (uint256)
35000000000000000
name() view returns (string)
Baby Battle Bots Gen One
owner() view returns (address)
0xf129f79c05f6ea516d01176a3983475100ca64c4
symbol() view returns (string)
BBBONE
totalSupply() view returns (uint256)
3498
Read-only
_earlySupporters(address) view returns (bool)
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 ESpause(bool val)
addES(address _es)
addESMany(address[] _ess)
approve(address to, uint256 tokenId)
giveAway(address _to, uint256 _amount)
giveAwayMany(address[] addresses)
mintBot(uint256 num) payable
mintESBot() payable
pause(bool val)
removeES(address _es)
removeESMany(address[] _ess)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setESReserved(uint256 _newReserved)
setGiftReserved(uint256 _newReserved)
setMaxPerTx(uint256 _newMaxPerTx)
setMaxSupply(uint256 _newMax)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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.