NounishWhiteElephant
Verified contract
Active on
Ethereum with 255 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5,525.25)
Native
Value
$5,525.25
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.77 | $3,121.61 |
$5,525.25 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16293159 | 2 years ago | | | 0 | 0.0018068101 | |
| 16293150 | 2 years ago | | | 0 | 0.0020398097 | |
| 16278027 | 2 years ago | | | 0 | 0.0020277186 | |
| 16277922 | 2 years ago | | | 0 | 0.0015784272 | |
| 16276725 | 2 years ago | | | 0 | 0.0012101599 | |
| 16276660 | 2 years ago | | | 0 | 0.0014394172 | |
| 16276507 | 2 years ago | | | 0 | 0.0016843758 | |
| 16276373 | 2 years ago | | | 0 | 0.0016503248 | |
| 16276358 | 2 years ago | | | 0 | 0.0015559384 | |
| 16276346 | 2 years ago | | | 0 | 0.0010407578 |
ABI
ABI objects
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 _gameID, struct WhiteElephantGame game) view returns (address)
gameID(struct WhiteElephantGame game) pure returns (bytes32)
state(bytes32 _gameID) view returns (struct WhiteElephantGameState)
timesStolen(uint256) view returns (uint256)
tokenGameID(uint256) view returns (bytes32)
State-modifying
Events open(struct WhiteElephantGame game)
setEndTimestamp(uint256 _new)
setOwner(address newOwner)
startGame(struct WhiteElephantGame game) payable returns (bytes32 _gameID)
steal(struct WhiteElephantGame game, uint256 tokenID)
transferFees(address to, uint256 amount)
updateMetadata(address _metadata)
Open(bytes32 indexed gameID, address indexed player, uint256 indexed tokenId)
OwnerUpdated(address indexed user, address indexed newOwner)
StartGame(bytes32 indexed gameID, struct WhiteElephantGame game)
Steal(bytes32 indexed gameID, address indexed stealer, uint256 indexed tokenId, address stolenFrom)
constructor(uint256 fee, uint256 _endTimestamp, address _metadata)
This contract contains no fallback and receive objects.
DoneForNow()
GameExists()
GameOver()
InsufficientPayment()
InvalidTokenIDForGame()
JustStolen()
MaxSteals()
NotTurn()