Satoshi Runners

Verified contract

Active on Ethereum with 18,662 txns
Deployed by via 0xeda6c4a0 at 14294842
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Satoshi Runners"

0x4c689e784329dd26ee298c81ec23cc95af7da03a59d5926b80f3fb6b4a1790d6
0xc093359c7de0fe05eb8674673df6d4e2f833996308dd9fcb158dc490e71cbdf1
0x06e953b6616c5b027147ba7f16af07cb29fe5a8d7c5c721a9ad120e3629e0ea0
0xfa0db3dc5a856c0329a38ec29f28d1285a797109a5fd6c66cd7843f70d1d977c
0xf97f8bc6495b4d055a01c9b8df1a7bbdbe21c9abeffe75c555a1dd2b7517e73d
0xc2a6f3888917d00ee3c15d4b7ad84288a0c765601f560e825d210dbe1291cf8c
0x0b784828e83952b9a38fd84b1a2bb6011fcd1443b5fe2ede1e74f1739f57b5e7
0xfe9c54eddcda93f891e40489eb395e75f185a61c3e85b013d27f0d5a217cba3a
0x302b8a74de73da81c01e52e240091556f0a658e45f2e5e931556e29305321abf
0xa26142aad3ffc681ed6ee0b392fc29a81a62872425cb315b190c8aa4ffddf4f8

Functions
Getter at block 20853598
MAX_TOKENS(view returns (uint16)
7777
NUMBER_RESERVED_TOKENS(view returns (uint16)
32
PRESALE_LIMIT(view returns (uint16)
7777
PRICE(view returns (uint256)
70000000000000000
name(view returns (string)
Satoshi Runners
notRevealedUri(view returns (string)
owner(view returns (address)
0x92b42f644f26b5549418716c8cc097770a9c48d2
perAddressLimit(view returns (uint16)
2
preSaleIsActive(view returns (bool)
true
presaleTokensSold(view returns (uint16)
7745
reservedTokensMinted(view returns (uint16)
32
revealed(view returns (bool)
true
saleIsActive(view returns (bool)
false
symbol(view returns (string)
STR
totalSupply(view returns (uint256)
7777
whitelist(view returns (bool)
true
Read-only
addressMintedBalance(addressview returns (uint16)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
flipPreSaleState(
flipSaleState(
flipWhitelistingState(
mintReservedTokens(address touint16 amount
mintToken(uint16 amountbytes32[] proofpayable 
renounceOwnership(
reveal(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setNotRevealedURI(string _notRevealedURI
setPerAddressLimit(uint16 newLimit
setPresaleLimit(uint16 newLimit
setPrice(uint256 newPrice
setRoot(bytes32 _root
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(