Holdem Heroes
Verified contract
Active on
Ethereum with 99 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1325 additional slots
7 additional
variables
Balances ($0.00)
No balances found for "Holdem Heroes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19955328 | 6 months ago | | | 0 | 0.00021915263 | |
| 16449453 | 2 years ago | | | 0 | 0.0021302805 | |
| 15215026 | 2 years ago | | | 0 | 0.0013212310 | |
| 14782114 | 2 years ago | | | 0 | 0.0015366719 | |
| 14716260 | 3 years ago | | | 0 | 0.00097037793 | |
| 14678579 | 3 years ago | | | 0 | 0.0012904302 | |
| 14678578 | 3 years ago | | | 0 | 0.0020608224 | |
| 14678577 | 3 years ago | | | 0 | 0.0012988288 | |
| 14656950 | 3 years ago | | | 0 | 0.0027817987 | |
| 14651797 | 3 years ago | | | 0 | 0.0018706771 |
ABI
ABI objects
Getter at block 21168464
HAND_PROVENANCE() view returns (bytes32)
0xbcd1a23f7cca99ec419590e58d82db68573d59d2cdf88a901c5c25edea2c075d
MAX_NFT_SUPPLY() view returns (uint256)
1326
MAX_PER_ADDRESS_OR_TX() view returns (uint256)
9
PROVENANCE_IPFS() view returns (string)
QmNm6vrWTSGCQ7w5XW2yKy95wd67jrv9xqvQBm5fnM51XV
RANKS_UPLOADED() view returns (bool)
true
REVEALED() view returns (bool)
true
REVEAL_TIMESTAMP() view returns (uint256)
1650722400
SALE_START_BLOCK_NUM() view returns (uint256)
14622300
basePostRevealPrice() view returns (uint256)
100000000000000000
getCurrentEMS() view returns (int256 result)
0
getNftPrice() view returns (uint256 result)
0
handUploadId() view returns (uint16)
1326
lastPurchaseBlock() view returns (uint256)
14636985
name() view returns (string)
Holdem Heroes
nextExpectedBatchId() view returns (uint8)
13
nextPurchaseStartingEMS() view returns (int256)
24273260472026237744
nextPurchaseStartingPrice() view returns (int256)
325698573
owner() view returns (address)
0xccf023e31d8e18327cf593a821ca6a833cff9f16
playingCards() view returns (address)
0xc3a3d9f2263a82b740b921fbb386ec5820fddf9e
priceDecayStartBlock() view returns (uint256)
14637031
priceHalflife() view returns (int256)
196000000000000000000
priceSpeed() view returns (int256)
250000000000000000
revealBlock() view returns (uint256)
14642017
saleHalflife() view returns (int256)
196000000000000000000
startingIndex() view returns (uint256)
759
symbol() view returns (string)
HEH
targetEMS() view returns (int256)
20701856279968046270
totalSupply() view returns (uint256)
270
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getHandAsCardIds(uint16 handId) view returns (uint8 card1, uint8 card2)
getHandAsString(uint16 handId) view returns (string)
getHandAsSvg(uint16 handId) view returns (string)
getHandHash(uint16 handId) view returns (bytes32)
getHandName(uint16 handId) view returns (string)
getHandRank(uint16 handId) view returns (uint8)
getHandShape(uint16 handId, bool abbreviate) view returns (string)
getNextStartingPrice(int256 lastPurchasePrice) view returns (int256 result)
getPostRevealNftPrice(uint256 _tokenId) view returns (uint256 result)
handRanks(bytes32) view returns (uint8)
hands(uint256) view returns (uint8 card1, uint8 card2)
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)
tokenIdToHandId(uint256 _tokenId) view returns (uint16)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
beginDistribution(bytes32 _keyHash, uint256 _fee)
fallbackDistribution()
mintNFTPostReveal(uint256 tokenId) payable
mintNFTPreReveal(uint256 _numberOfNfts) payable
rawFulfillRandomness(bytes32 requestId, uint256 randomness)
renounceOwnership()
reveal(uint8[2][] inputs, uint8 batchId, string ipfs)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBasePostRevealPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
uploadHandRanks(bytes32[] rankHashes, uint8[] ranks)
withdrawETH()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchRevealed(uint16 startHandId, uint16 endHandId, bytes32 batchHash, uint8 batchId)
DistributionBegun(bytes32 requestId, address sender)
DistributionResult(bytes32 requestId, uint256 randomness, uint256 startingIndex)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RanksInitialised()
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _vorCoordinator, address _xfund, address _playingCards, uint256 _saleStartBlockNum, uint256 _revealTimestamp, uint256 _maxNfts, int256 _targetBlocksPerSale, int256 _saleHalflife, int256 _priceSpeed, int256 _priceSpeedDenominator, int256 _priceHalflife, int256 _startingPrice)
This contract contains no fallback and receive objects.
PRBMathSD59x18__CeilOverflow(int256 x)
PRBMathSD59x18__DivInputTooSmall()
PRBMathSD59x18__DivOverflow(uint256 rAbs)
PRBMathSD59x18__Exp2InputTooBig(int256 x)
PRBMathSD59x18__ExpInputTooBig(int256 x)
PRBMathSD59x18__FromIntOverflow(int256 x)
PRBMathSD59x18__FromIntUnderflow(int256 x)
PRBMathSD59x18__LogInputTooSmall(int256 x)
PRBMathSD59x18__MulInputTooSmall()
PRBMathSD59x18__MulOverflow(uint256 rAbs)
PRBMath__MulDivFixedPointOverflow(uint256 prod1)
PRBMath__MulDivOverflow(uint256 prod1, uint256 denominator)