NounishWhiteElephant

Verified contract

Active on Ethereum with 255 txns
Deployed by via 0xd9dc74e4 at 16257776
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $5,525.25
0x3414db09e4eb764bf31b8c63a3e5a00b7545e2a804472cd1a69231e1443d5026
0xc500b18d1ad6bc871e534cd10156d22672208e088670d30bbb528ea4b5b40e22
0x2365951e756fc1771f0b79cc9859aadea5682417deb38b57158c671d9ad62c79
From
0x8db248b02bc8c54cbc46d846977e6e8fe4f3cb00e0ec6a9b189819a52b6d8fa7
0x157b8e538be3ddfb09feeddf2d8160e2d7d224c13057dd00d3c39c5554a24f93
0x959db4004a62bd99cd08f2c2269f95d01f7c7639476eda61bd104cd01f79776b
0xe4ccb24622c9369f657cb383e1e7cc446db8e492e1474c4609aa5ea5c2f7f614
0xe9f613f793c38c0c337b6df31751bad14ccbf9a9d050e0d442d422f5aa84066f
0x4788cb50f8fd092a8dab20c31dc3659969c05e61dde6904f6d4fac80c1b6ed1e
0x837699c9a9cf1bdd1ef56e3722f1395862564ada60fc9686f290429e998d4929
From

Functions
Getter at block 21227734
endTimestamp(view returns (uint256)
1672531199
nft(view returns (address)
0xcaac504c24a18ef7e005547fb4c5358446f8b035
owner(view returns (address)
0xbf8060106d2e83c106915a575baea3dc90c892a6
participantFee(view returns (uint256)
10000000000000000
Read-only
currentParticipantTurn(bytes32 _gameIDstruct WhiteElephantGame gameview returns (address)
gameID(struct WhiteElephantGame gamepure returns (bytes32)
state(bytes32 _gameIDview returns (struct WhiteElephantGameState)
timesStolen(uint256view returns (uint256)
tokenGameID(uint256view returns (bytes32)
State-modifying
open(struct WhiteElephantGame game
setEndTimestamp(uint256 _new
setOwner(address newOwner
startGame(struct WhiteElephantGame gamepayable returns (bytes32 _gameID)
steal(struct WhiteElephantGame gameuint256 tokenID
transferFees(address touint256 amount
updateMetadata(address _metadata
Events
Open(bytes32 indexed gameIDaddress indexed playeruint256 indexed tokenId
OwnerUpdated(address indexed useraddress indexed newOwner
StartGame(bytes32 indexed gameIDstruct WhiteElephantGame game
Steal(bytes32 indexed gameIDaddress indexed stealeruint256 indexed tokenIdaddress stolenFrom
Constructor
constructor(uint256 feeuint256 _endTimestampaddress _metadata
Fallback and receive

This contract contains no fallback and receive objects.

Errors
DoneForNow(
GameExists(
GameOver(
InsufficientPayment(
InvalidTokenIDForGame(
JustStolen(
MaxSteals(
NotTurn(