MineSweeper

Verified contract

Active on Ethereum with 543 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MineSweeper"

0x2079695058756a6a0b057421b9339cd2366adf205e477e11f35652071db8fe5d
0x1d121f10ad1c11d157bc4000814bfd529c3dc067420839240c562dac44abd837
0x24293a6effac2b105362a01cc9420e3e0abb7b32af546cf07f206cd7848afddf
0x66b4cf39c2fe214d272b5fbaf8f40fbcb47a75a5a435ce64f2e02e44a4145a78
0x7a29d1abf0739e995ade997b4e2ced7568d7eb81fb451465fef736f3a0a5b752
0x6d9dcf28afedb834a7723473fb699dc633d3c8cc87e8eff747f0d30897c34158
0xcbd79b3afcd01e7e28d23f4fe33ca1180b1317c1baf142430f102c74135d4211
0xbaa5e0234418275fe1fdc43efa723127c1c2559f416a38fc394368a7f6d0363e
0x06948eb2c9b0c160010693fbe0dd2e0243fffe2968656b15a76f6095688027ba
0xca595da8087cf4d487e019b30c0c307ffc05d664ac450c2bb4b370b5e44c11b0

Functions
Getter at block 21246558
decimals(view returns (uint8)
18
name(view returns (string)
MineSweeper
symbol(view returns (string)
MINES
totalSupply(view returns (uint256)
1000000000000000000000000000
vistaOnly(view returns (bool)
true
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring tickeruint256 supplybool vistaOnly
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender