BountyGames
Verified contract
Active on
Ethereum with 2,074 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BOUNTY | ERC-721 | 1 | -- | -- | |
BOUNTY | ERC-721 | 1 | -- | -- | |
BOUNTY | ERC-721 | 1 | -- | -- | |
BOUNTY | ERC-721 | 1 | -- | -- | |
BOUNTY | ERC-721 | 1 | -- | -- | |
BOUNTY | ERC-721 | 1 | -- | -- | |
BOUNTY | ERC-721 | 1 | -- | -- | |
BOUNTY | ERC-721 | 1 | -- | -- | |
BOUNTY | ERC-721 | 1 | -- | -- | |
BOUNTY | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20132138 | 5 months ago | | | 0 | 0.00019017858 | |
| 19780477 | 7 months ago | | | 0 | 0.00030134225 | |
| 18907533 | a year ago | | | 0 | 0.00053527876 | |
| 18906524 | a year ago | | | 0 | 0.00085554799 | |
| 18626155 | a year ago | | | 0 | 0.00065003210 | |
| 17462399 | a year ago | | | 0 | 0.00070977783 | |
| 17098320 | 2 years ago | | | 0 | 0.0013603875 | |
| 17095612 | 2 years ago | | | 0 | 0.0019468155 | |
| 16635583 | 2 years ago | | | 0 | 0.0026485001 | |
| 16491627 | 2 years ago | | | 0 | 0.00050507529 |
ABI
ABI objects
Getter at block 21310262
canUnlock() view returns (bool)
false
contractURI() view returns (string)
ipfs://QmdeJsL7mUAs8K1U4NsjKpxM9dSv36sGhppGwANFu57t6N
endSalesTimestamp() view returns (uint256)
1643569200
isSalesActive() view returns (bool)
false
name() view returns (string)
Bounty Games
owner() view returns (address)
0xb8c2a8ca44e96d970802dfd9261662c81c17f47d
price() view returns (uint256)
59000000000000000
startSalesTimestamp() view returns (uint256)
1643310000
symbol() view returns (string)
BOUNTY
totalSupply() view returns (uint256)
2413
wlPrice() view returns (uint256)
49000000000000000
Read-only
accountToMintedFreeTokens(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
lockedTokensFromAccount(address accountAddress) view returns (uint256[] tokenIds)
ownerOf(uint256 tokenId) view returns (address)
recoverAddress(address account, uint256 maxFreeMints, bytes signature) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
arrest(uint256 tokenId)
freeMint(uint256 maxFreeMints, uint256 quantity, bytes signature)
mint(uint256 quantity) payable
release(address accountAddress, uint256 tokenId)
release(uint256 tokenId)
releaseAll()
releaseAll(address accountAddress)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setCanUnlock(bool newCanUnlock)
setContractURI(string newContractURI)
setPrices(uint256 newPrice, uint256 newWLPrice)
setSalesDates(uint256 start, uint256 end)
setSignerAddress(address signerAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 maxFreeMints, uint256 quantity, bytes signature) payable
withdraw(uint256 amount)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Arrest(uint256 tokenId, address owner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Release(uint256 tokenId, address owner)
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.