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 "token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103109 | 18 days ago | | | 0 | 0.000094849167 | |
| 21098494 | 18 days ago | | | 0 | 0.00017010965 | |
| 20749715 | 2 months ago | | | 0 | 0.000098897742 | |
| 20643315 | 3 months ago | | | 0 | 0.000037547106 | |
| 20546528 | 3 months ago | | | 0 | 0.000022944492 | |
| 20134615 | 5 months ago | | | 0 | 0.00024953007 | |
| 19704203 | 7 months ago | | | 0 | 0.00023513681 | |
| 19309838 | 9 months ago | | | 0 | 0.0011618044 | |
| 19010463 | 10 months ago | | | 0 | 0.00047021256 | |
| 18910985 | a year ago | | | 0 | 0.00041384206 |
ABI
ABI objects
Getter at block 21230444 tellEverything() view returns (struct TokenInfo)
REGISTRY_KEY_RANDOM_CONTRACT() view returns (string)
RANDOMV2
TheRegistry() view returns (address)
0x1e8150050a7a4715aad42b905c08df76883f396f
contractURI() view returns (string)
currentRevealCount() view returns (uint16)
1
getFirstGiveawayCardId() view returns (uint256)
3501
getTokenInfoForSale() view returns (struct TokenInfoForSale)
(84, 3500, 0)
giveawaySupply() view returns (uint256)
0
lastRevealRequested() view returns (bool)
false
maxSupply() view returns (uint256)
3500
mintedReserve() view returns (uint256)
0
mintedSupply() view returns (uint256)
3500
name() view returns (string)
Betwixt Braves
owner() view returns (address)
0xbbbabb7b4fdcea37a44a4f2255a3c7af1dd2e026
projectID() view returns (uint256)
84
reservedSupply() view returns (uint256)
0
revealURI() view returns (string)
symbol() view returns (string)
BRAVES
tokenPreRevealURI() view returns (string)
https://betwixt-braves.camelcoding.com/prereveal.json
tokenRevealURI() view returns (string)
https://storage.googleapis.com/betwixt-braves/metadata/
totalSupply() view returns (uint256)
3500
transferLocked() view returns (bool)
false
Read-only
_reserved(uint256 _tokenId) view returns (bool)
balanceOf(address owner) view returns (uint256)
findRevealRangeForN(uint256 n) view returns (uint16)
getApproved(uint256 tokenId) view returns (address)
isAllowed(address _addr) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
permitted(address) view returns (bool)
requestToRevealId(bytes32) view returns (uint16)
reveals(uint16) view returns (bytes32 REQUEST_ID, uint256 RANDOM_NUM, uint256 SHIFT, uint256 RANGE_START, uint256 RANGE_END, bool processed)
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)
uri(uint256 n) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
lastReveal()
mintGiveawayCard(uint256 _index, address _recipient)
mintIncrementalCards(uint256 numberOfCards, address recipient)
mintReservedCards(uint256 numberOfCards, address recipient)
process(uint256 _random, bytes32 _requestId)
renounceOwnership()
retrieve721(address _tracker, uint256 id)
retrieveERC20(address _tracker, uint256 amount)
retrieveETH()
revealAtCurrentSupply()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowed(address _addr, bool _state)
setApprovalForAll(address operator, bool approved)
setContractURI(string _contractURI)
setPreRevealURI(string _tokenPreRevealURI)
setRevealURI(string _tokenRevealURI)
setTransferLock(bool _locked)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Allowed(address arg0, bool arg1)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ContractURIset(string contractURI)
Locked(bool arg0)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RandomProcessed(uint256 stage, uint256 randNumber, uint256 _shiftsBy, uint256 _start, uint256 _end)
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.