BaboonBet
Verified contract
Active on
Ethereum with 4,409 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x815b…3b18
Balances ($0.00)
No balances found for "BaboonBet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20968428 | a month ago | | | 0 | 0.00031343328 | |
| 20968427 | a month ago | | | 0 | 0.00031160040 | |
| 20438759 | 4 months ago | | | 0 | 0.00012329553 | |
| 20415318 | 4 months ago | | | 0 | 0.000065434492 | |
| 20395407 | 4 months ago | | | 0 | 0.000073392466 | |
| 20292460 | 5 months ago | | | 0 | 0.00016687420 | |
| 20254619 | 5 months ago | | | 0 | 0.000080281889 | |
| 20180036 | 5 months ago | | | 0 | 0.00062952660 | |
| 20123029 | 5 months ago | | | 0 | 0.00027356127 | |
| 20118446 | 5 months ago | | | 0 | 0.00035306762 |
ABI
ABI objects
Getter at block 21284008
MAX_BABOONS() view returns (uint256)
10000
baboonPrice() view returns (uint256)
50000000000000000
contractURI() view returns (string)
https://api.baboon.bet/token/0
name() view returns (string)
BaboonBet
owner() view returns (address)
0xb5348d2cbf68559a882ab08a88dca506beb87750
statusSale() view returns (bool status)
true
symbol() view returns (string)
BBET
totalSupply() view returns (uint256)
10000
Read-only
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)
tokensOfOwner(address owner) view returns (string[] ownerTokens)
State-modifying
Events approve(address to, uint256 tokenId)
buy(uint256 baboonsQty) payable
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_)
toogleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(address manager)
This contract contains no fallback and receive objects.
This contract contains no error objects.