BountyGamesR2
Verified contract
Active on
Ethereum with 879 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 |
---|---|---|---|---|---|
BOUNTYR2 | ERC-721 | 1 | -- | -- | |
BOUNTYR2 | ERC-721 | 1 | -- | -- | |
BOUNTYR2 | ERC-721 | 1 | -- | -- | |
BOUNTYR2 | ERC-721 | 1 | -- | -- | |
BOUNTYR2 | ERC-721 | 1 | -- | -- | |
BOUNTYR2 | ERC-721 | 1 | -- | -- | |
BOUNTYR2 | ERC-721 | 1 | -- | -- | |
BOUNTYR2 | ERC-721 | 1 | -- | -- | |
BOUNTYR2 | ERC-721 | 1 | -- | -- | |
BOUNTYR2 | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20582468 | 2 months ago | | | 0 | 0.000038147057 | |
| 20580394 | 2 months ago | | | 0 | 0.000075406754 | |
| 19071449 | 9 months ago | | | 0 | 0.00074951724 | |
| 19071449 | 9 months ago | | | 0 | 0.00075086795 | |
| 18906710 | 10 months ago | | | 0 | 0.00091471817 | |
| 18880825 | 10 months ago | | | 0 | 0.0011844116 | |
| 18795143 | a year ago | | | 0 | 0.0028781657 | |
| 18794929 | a year ago | | | 0 | 0.0020287354 | |
| 18794925 | a year ago | | | 0 | 0.0011051987 | |
| 18793700 | a year ago | | | 0 | 0.0020016320 |
ABI
ABI objects
Getter at block 21121525
canUnlock() view returns (bool)
false
contractURI() view returns (string)
ipfs:/QmPJLGsVyJCnEdUXetFnvtR5KH1TauF4Yey1d7HqAEQiSf
endSalesTimestamp() view returns (uint256)
1662919200
getTurnInFee() view returns (uint256)
13493237459246530
isSalesActive() view returns (bool)
false
name() view returns (string)
Bounty Games Round 2
owner() view returns (address)
0xb8c2a8ca44e96d970802dfd9261662c81c17f47d
startSalesTimestamp() view returns (uint256)
1662660000
symbol() view returns (string)
BOUNTYR2
totalSupply() view returns (uint256)
1129
Read-only
accountToMintedFreeTokens(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
batches(uint256) 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) payable
batchMint(uint256 batchCount, uint256 maxFreeMint, uint256 freeMintQuantity, bytes signature) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
sendPrize(uint256 amount, address winner)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setCanUnlock(bool newCanUnlock)
setContractURI(string newContractURI)
setPrice(uint256 newBatchQuantity, uint256 newBatchPrice)
setSalesDates(uint256 start, uint256 end)
setSignerAddress(address signerAddress)
setTMult(uint256 newtMult)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount)
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.